diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-03-22 00:15:42 -0400 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-03-22 00:15:42 -0400 |
commit | 3d33b254e048b8ad918c6d78d92d299bbcaef079 (patch) | |
tree | 41ed0781f8911db9853bc03aba841dd9d9f490b7 | |
parent | b2200295a7eb17958f3ee5d8b9629a94bdd4b26f (diff) |
add gvimrc. it's not platform independent, but i'm always looking for it
-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 |