diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-02-19 03:28:31 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-02-19 03:28:31 -0500 |
commit | ac0112f834bd0f40fb90eaedc877a6ab45393c54 (patch) | |
tree | cbb783e7a3d70c250a190e9f9b7eee7a40a6139c | |
parent | e23970ffeba636b9fe42b48bd7a33e36371feb22 (diff) |
get rid of most config
-rwxr-xr-x | deploy.sh | 2 | ||||
-rwxr-xr-x | diff.sh | 2 | ||||
-rw-r--r-- | mostrc | 2 |
3 files changed, 1 insertions, 5 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 mostrc zshrc +for f in vimrc gitconfig gitignore zshrc do cp $f ~/.${f} done @@ -6,8 +6,6 @@ diff -U 0 gitconfig.template ~/.gitconfig echo diff -U 0 gitignore ~/.gitignore echo -diff -U 0 mostrc ~/.mostrc -echo diff -U 0 zshrc ~/.zshrc echo diff -U 0 zsh ~/.zsh @@ -1,2 +0,0 @@ -setkey "down" "j" -setkey "up" "k" |