diff --git a/bootstrap.sh b/bootstrap.sh index 99fe6b7..9ea2aa0 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,7 +22,7 @@ mkdir -p ~/projects echo "Setup Git" ln -s ./git/work.gitconfig ~/projects/.gitconfig -if [ -f ~/gitconfig ]; then +if [ -f ~/.gitconfig ]; then cat ~/.gitconfig mv ~/.gitconfig ~/.gitconfig.bak fi