Removed gitignore_global from sync.sh and from directory
This commit is contained in:
parent
9182368012
commit
a948075cd4
3
sync.sh
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user