add install script
This commit is contained in:
parent
8ea2c2bf12
commit
25a6f0cf2d
1 changed files with 7 additions and 0 deletions
7
install.sh
Executable file
7
install.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -f "$HOME/.profile" ] ; then
|
||||
mv "$HOME/.profile" "$HOME/.profile-original"
|
||||
fi
|
||||
|
||||
ln -s "$HOME/.config/profile/profile" "$HOME/.profile"
|
||||
Loading…
Add table
Add a link
Reference in a new issue