Browse Source

Update gitconfig

mac-init
Ein Verne 4 years ago
parent
commit
238daae070
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 4
      bootstrap.sh

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

Loading…
Cancel
Save