add install script

This commit is contained in:
Ray Elliott 2020-09-03 15:47:14 +01:00
parent 8ea2c2bf12
commit 25a6f0cf2d
1 changed files with 7 additions and 0 deletions

7
install.sh Executable file
View 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"