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
|
fi
|
||||||
if [ "$VALUE" = "c" ] ; then
|
if [ "$VALUE" = "c" ] ; then
|
||||||
echo "Syncing config files"
|
echo "Syncing config files"
|
||||||
rm ~/.gitconfig ~/.vimrc ~/.vimperatorrc ~/.gitignore_global ~/.bashrc
|
rm ~/.gitconfig ~/.vimrc ~/.vimperatorrc ~/.bashrc
|
||||||
ln -s ${PWD}/gitignore_global ~/.gitignore_global
|
|
||||||
ln -s ${PWD}/vimrc ~/.vimrc
|
ln -s ${PWD}/vimrc ~/.vimrc
|
||||||
ln -s ${PWD}/vimperatorrc ~/.vimperatorrc
|
ln -s ${PWD}/vimperatorrc ~/.vimperatorrc
|
||||||
ln -s ${PWD}/gitconfig ~/.gitconfig
|
ln -s ${PWD}/gitconfig ~/.gitconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user