aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 2245cdc..d13f07f 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -13,3 +13,7 @@ do
fi
ln -s `pwd`/${f} ~/.${f}
done
+
+if [ ! -e ~/.zshrc-local ]; then
+ cp zshrc-local ~/.zshrc-local
+fi