add install script

This commit is contained in:
Ray Elliott 2020-09-03 15:47:14 +01:00
commit 25a6f0cf2d

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"