add install script
This commit is contained in:
parent
8ea2c2bf12
commit
25a6f0cf2d
|
@ -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…
Reference in New Issue