aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2010-12-31 00:01:13 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2010-12-31 00:01:13 -0500
commit102973acc18d962973038b16db23714acdd84de2 (patch)
tree00ffcb143126d21b28d3f0cc04203dc88a917358
parent5e9875dddc93d299f8aaa6f7d601c27a9a08de4b (diff)
adding zshrc and mostrc to deploy script
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 83f9dc9..2c0bdf8 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -11,7 +11,7 @@ read email
sed -e "s|#NAME#|$name|" -e "s|#EMAIL#|$email|" gitconfig.template > gitconfig
# deploy
-for f in vimrc gitconfig gitignore
+for f in vimrc gitconfig gitignore mostrc zshrc
do
cp $f ~/.${f}
done