aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-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