Removed gitignore_global from sync.sh and from directory

This commit is contained in:
Austen Adler 2014-07-07 19:15:55 -04:00
parent 9182368012
commit a948075cd4
2 changed files with 1 additions and 2 deletions

View File

View File

@ -58,8 +58,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
fi
if [ "$VALUE" = "c" ] ; then
echo "Syncing config files"
rm ~/.gitconfig ~/.vimrc ~/.vimperatorrc ~/.gitignore_global ~/.bashrc
ln -s ${PWD}/gitignore_global ~/.gitignore_global
rm ~/.gitconfig ~/.vimrc ~/.vimperatorrc ~/.bashrc
ln -s ${PWD}/vimrc ~/.vimrc
ln -s ${PWD}/vimperatorrc ~/.vimperatorrc
ln -s ${PWD}/gitconfig ~/.gitconfig