diff --git a/gitignore_global b/gitignore_global deleted file mode 100644 index e69de29..0000000 diff --git a/sync.sh b/sync.sh index 411ec72..52bcd3b 100755 --- a/sync.sh +++ b/sync.sh @@ -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