aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-04-02 22:18:29 -0400
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-04-02 22:18:29 -0400
commit4890f1387516364abb03f79b3022f408d5479b0f (patch)
treece7dcd8d32d2da8d2e4383262b0dbd7f925e0f5e /deploy.sh
parentd0d63d0f38ec8f460a3576d6a2593028a920d441 (diff)
[#2] deploy .zshrc-local if it doesn't already exist
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