aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 5ba66bb..7e5575b 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -44,3 +44,6 @@ vim +BundleClean +qall
if [ ! -e config/zsh/zshrc-local ]; then
cp zshrc-local config/zsh/zshrc-local
fi
+if [ ! -e config/git/config-local ]; then
+ cp gitconfig-local config/git/config-local
+fi