@ -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"