Browse Source

install.sh now correctly use /home/lhark instead of /home/lhark

merge-requests/1/merge
lhark 11 years ago
parent
commit
e143ad05e8
  1. 2
      install.sh

2
install.sh

@ -10,5 +10,5 @@ FILES="vimrc zshrc gitconfig"
for file in $FILES
do
ln -s -T $SCRIPTPATH/$file .$file
mv .$file /home/$USER
mv .$file $HOME
done

Loading…
Cancel
Save