diff options
-rwxr-xr-x | deploy.sh | 2 | ||||
-rwxr-xr-x | diff.sh | 2 | ||||
-rw-r--r-- | gvimrc | 3 |
3 files changed, 6 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 zshrc +for f in vimrc gvimrc gitconfig gitignore zshrc do cp $f ~/.${f} done @@ -2,6 +2,8 @@ diff -U 0 vimrc ~/.vimrc echo +diff -U 0 gvimrc ~/.gvimrc +echo diff -U 0 gitconfig.template ~/.gitconfig echo diff -U 0 gitignore ~/.gitignore @@ -0,0 +1,3 @@ +set guifont=Menlo\ Regular:h16.00 +set guioptions-=T +set lines=35 |