diff options
-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" |