diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2010-12-31 00:01:13 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2010-12-31 00:01:13 -0500 |
commit | 102973acc18d962973038b16db23714acdd84de2 (patch) | |
tree | 00ffcb143126d21b28d3f0cc04203dc88a917358 | |
parent | 5e9875dddc93d299f8aaa6f7d601c27a9a08de4b (diff) |
adding zshrc and mostrc to deploy script
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |