diff --git a/bootstrap.sh b/bootstrap.sh index 90f1b0f..99fe6b7 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,6 +22,10 @@ mkdir -p ~/projects echo "Setup Git" ln -s ./git/work.gitconfig ~/projects/.gitconfig +if [ -f ~/gitconfig ]; then + cat ~/.gitconfig + mv ~/.gitconfig ~/.gitconfig.bak +fi ln -s ./git/global.gitconfig ~/.gitconfig # echo "Setup Bash"