aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-02-08 10:51:37 -0600
committerMatt Singleton <matt@xcolour.net>2021-02-08 10:51:37 -0600
commit56cca67b575a171b3a6a92580f0360b6fc1fab6a (patch)
treeb8a0a9e162941f5c89939248aa9d98fdea2334b3 /deploy.sh
parentbd7d28036241c9070d22de7fb88d23b24094aab0 (diff)
include local git config
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