Browse Source

Fix path

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

2
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

Loading…
Cancel
Save