From 9ec88c052b2a0a6b5693b2017ae52be4f8eba03c Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 6 Dec 2011 23:24:52 -0500 Subject: [PATCH 1/3] Adding the ruby, rails3, gem plugins to oh-my-zsh. Changing zsh theme. Adding vim-rails plugin --- .gitmodules | 3 +++ vim/bundle/vim-rails | 1 + zshrc | 5 +++-- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 160000 vim/bundle/vim-rails diff --git a/.gitmodules b/.gitmodules index f06facc..a71af21 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "vim/bundle/MatchTag"] path = vim/bundle/MatchTag url = git://github.com/gregsexton/MatchTag +[submodule "vim/bundle/vim-rails"] + path = vim/bundle/vim-rails + url = git://github.com/tpope/vim-rails diff --git a/vim/bundle/vim-rails b/vim/bundle/vim-rails new file mode 160000 index 0000000..e45164c --- /dev/null +++ b/vim/bundle/vim-rails @@ -0,0 +1 @@ +Subproject commit e45164cbba5beee4bd65096dad31f31124a2cc18 diff --git a/zshrc b/zshrc index 8669c6c..a081e1d 100644 --- a/zshrc +++ b/zshrc @@ -5,7 +5,8 @@ ZSH=$HOME/dotfiles/oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="robbyrussell" +# ZSH_THEME="robbyrussell" +ZSH_THEME="sunrise" # Set to this to use case-sensitive completion # CASE_SENSITIVE="true" @@ -24,7 +25,7 @@ COMPLETION_WAITING_DOTS="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git archlinux npm vi-mode node osx) +plugins=(git archlinux npm vi-mode node osx ruby rails3 gem) source $ZSH/oh-my-zsh.sh From 88152e8cc1d5baa54208ec96f7a5a85e73404f8e Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sun, 11 Dec 2011 23:27:05 -0500 Subject: [PATCH 2/3] Adding endwise vim plugin --- .gitmodules | 3 +++ vim/bundle/endwise | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/endwise diff --git a/.gitmodules b/.gitmodules index a71af21..5fcfa01 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,6 @@ [submodule "vim/bundle/vim-rails"] path = vim/bundle/vim-rails url = git://github.com/tpope/vim-rails +[submodule "vim/bundle/endwise"] + path = vim/bundle/endwise + url = git://github.com/tpope/vim-endwise diff --git a/vim/bundle/endwise b/vim/bundle/endwise new file mode 160000 index 0000000..74306aa --- /dev/null +++ b/vim/bundle/endwise @@ -0,0 +1 @@ +Subproject commit 74306aa18c03ee2fdb044609e6f0bc866872711d From 6acf92c0324a13d7133626158144a03ac9d91a18 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 14 Dec 2011 17:27:09 -0500 Subject: [PATCH 3/3] Something about modifying submodules, adding ctrlp --- .gitmodules | 3 +++ oh-my-zsh | 2 +- vim/bundle/CamelCaseMotion | 2 +- vim/bundle/MatchTag | 2 +- vim/bundle/closetag | 2 +- vim/bundle/ctrlp | 1 + vim/bundle/easymotion | 2 +- vim/bundle/fugitive | 2 +- vim/bundle/javascript | 2 +- vim/bundle/nerdcommenter | 2 +- vim/bundle/nerdtree | 2 +- vim/bundle/repeat | 2 +- vim/bundle/snipmate | 2 +- vim/bundle/snipmate-snippets | 2 +- vim/bundle/supertab | 2 +- vim/bundle/surround | 2 +- vim/bundle/syntastic | 2 +- vim/bundle/tagbar | 2 +- vim/bundle/tlib | 2 +- vim/bundle/vim-jade | 2 +- vim/bundle/vim-less | 2 +- 21 files changed, 23 insertions(+), 19 deletions(-) create mode 160000 vim/bundle/ctrlp diff --git a/.gitmodules b/.gitmodules index 5fcfa01..6b5d69d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,3 +76,6 @@ [submodule "vim/bundle/endwise"] path = vim/bundle/endwise url = git://github.com/tpope/vim-endwise +[submodule "vim/bundle/ctrlp"] + path = vim/bundle/ctrlp + url = git://github.com/kien/ctrlp.vim diff --git a/oh-my-zsh b/oh-my-zsh index 757fa33..7c36ef7 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit 757fa3314d1c041ab715dbda838f3e9b2ff9ce17 +Subproject commit 7c36ef7faa65441f8eec27589f24ba9f18f8d66c diff --git a/vim/bundle/CamelCaseMotion b/vim/bundle/CamelCaseMotion index 85aba99..224aa09 160000 --- a/vim/bundle/CamelCaseMotion +++ b/vim/bundle/CamelCaseMotion @@ -1 +1 @@ -Subproject commit 85aba995c95b9b184f351f4aaad8ba76087484e5 +Subproject commit 224aa0955a522c59b1f9074199400a5da1a804ce diff --git a/vim/bundle/MatchTag b/vim/bundle/MatchTag index 22098a8..c7702ab 160000 --- a/vim/bundle/MatchTag +++ b/vim/bundle/MatchTag @@ -1 +1 @@ -Subproject commit 22098a8ff91f2ea393c20fdec2009f8a455628ca +Subproject commit c7702ab0d6eb5bf10dc7cd12004e9d3f693f0fd3 diff --git a/vim/bundle/closetag b/vim/bundle/closetag index 254d230..0601093 160000 --- a/vim/bundle/closetag +++ b/vim/bundle/closetag @@ -1 +1 @@ -Subproject commit 254d2307015370424034c0298a1148c4a7add069 +Subproject commit 060109359b81b53dfad7206e23f86007d895996f diff --git a/vim/bundle/ctrlp b/vim/bundle/ctrlp new file mode 160000 index 0000000..bf03741 --- /dev/null +++ b/vim/bundle/ctrlp @@ -0,0 +1 @@ +Subproject commit bf03741650aae253b9fbfdb5526d6a7b818a060d diff --git a/vim/bundle/easymotion b/vim/bundle/easymotion index cdecdc5..667a668 160000 --- a/vim/bundle/easymotion +++ b/vim/bundle/easymotion @@ -1 +1 @@ -Subproject commit cdecdc56f938840cad250aecd58c1901f04c4d1b +Subproject commit 667a668e114e9ec0e5d4cbcb0962d835b23614c4 diff --git a/vim/bundle/fugitive b/vim/bundle/fugitive index 5f5c8da..b4b75ef 160000 --- a/vim/bundle/fugitive +++ b/vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit 5f5c8da61fd817ba8dc091350b51c1ab7ca53c8d +Subproject commit b4b75ef682da3e946c648d3634ade39d0af49aba diff --git a/vim/bundle/javascript b/vim/bundle/javascript index 9990a76..e66f901 160000 --- a/vim/bundle/javascript +++ b/vim/bundle/javascript @@ -1 +1 @@ -Subproject commit 9990a767695c78a44611ce33fb2dbc25c83d8827 +Subproject commit e66f9019b4eca05d7f5dfe38c742cf42e641e98d diff --git a/vim/bundle/nerdcommenter b/vim/bundle/nerdcommenter index b28e7be..0fe4938 160000 --- a/vim/bundle/nerdcommenter +++ b/vim/bundle/nerdcommenter @@ -1 +1 @@ -Subproject commit b28e7be63235982501ab7dd30c03ea7feef7b095 +Subproject commit 0fe4938d22ae6bbfca054820909c9f176fbf3644 diff --git a/vim/bundle/nerdtree b/vim/bundle/nerdtree index 2dd198c..30f6bcc 160000 --- a/vim/bundle/nerdtree +++ b/vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 2dd198c6c412b4ddd361b43586b01981e8383239 +Subproject commit 30f6bcc30caf76bc1213f5c3d4001ba5d5fbe7fc diff --git a/vim/bundle/repeat b/vim/bundle/repeat index c4101c2..cdffdd4 160000 --- a/vim/bundle/repeat +++ b/vim/bundle/repeat @@ -1 +1 @@ -Subproject commit c4101c205ef9e06bdfeff571a7dbba2576f08974 +Subproject commit cdffdd43816ddaeee858ae42da3ab6ddcfa25d19 diff --git a/vim/bundle/snipmate b/vim/bundle/snipmate index bfe6d4e..7d11d00 160000 --- a/vim/bundle/snipmate +++ b/vim/bundle/snipmate @@ -1 +1 @@ -Subproject commit bfe6d4eeecfb82fb792fdbe4a76411c5ff11ffff +Subproject commit 7d11d000019f202bae7905bda838517849b1dd3b diff --git a/vim/bundle/snipmate-snippets b/vim/bundle/snipmate-snippets index 0c062c9..5a37c7e 160000 --- a/vim/bundle/snipmate-snippets +++ b/vim/bundle/snipmate-snippets @@ -1 +1 @@ -Subproject commit 0c062c9ff864d2b7d653c6ea80cf1cf4f65d5540 +Subproject commit 5a37c7e75299f34b8a93deb867032c7668724572 diff --git a/vim/bundle/supertab b/vim/bundle/supertab index 80ec653..688b5d7 160000 --- a/vim/bundle/supertab +++ b/vim/bundle/supertab @@ -1 +1 @@ -Subproject commit 80ec6539e4139a2e0281a0f1e36d5038d55ad980 +Subproject commit 688b5d706c21fbc6b2db6499f3cfbdeb35309b5a diff --git a/vim/bundle/surround b/vim/bundle/surround index d9e6bfd..4eb2cdf 160000 --- a/vim/bundle/surround +++ b/vim/bundle/surround @@ -1 +1 @@ -Subproject commit d9e6bfdd902fc661c8fd58ede248ccfc3b3039d7 +Subproject commit 4eb2cdfccc016889acfa3b5d63e8f390a87863cf diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic index cf6aa9a..d14b53e 160000 --- a/vim/bundle/syntastic +++ b/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit cf6aa9a4143704e0e3070302ffe593636d6e8cc9 +Subproject commit d14b53e903e34b967a3fc8a5f72251c02ade4e7e diff --git a/vim/bundle/tagbar b/vim/bundle/tagbar index 3c07565..f3973b1 160000 --- a/vim/bundle/tagbar +++ b/vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit 3c075654d424c6e3c20521bd4567b517a2410593 +Subproject commit f3973b1817ef4be3062e2c268755a63bec68740c diff --git a/vim/bundle/tlib b/vim/bundle/tlib index a1644f0..d669489 160000 --- a/vim/bundle/tlib +++ b/vim/bundle/tlib @@ -1 +1 @@ -Subproject commit a1644f0401ab0ff7325b06d44de6e6ec0304384d +Subproject commit d66948917ce7153e4a961aa5d57e1b0918e20495 diff --git a/vim/bundle/vim-jade b/vim/bundle/vim-jade index 940d04f..981b39b 160000 --- a/vim/bundle/vim-jade +++ b/vim/bundle/vim-jade @@ -1 +1 @@ -Subproject commit 940d04f459601b79ab26345ba846c3ad73cf160b +Subproject commit 981b39bd2dcd839746509328e69c5053b8871d04 diff --git a/vim/bundle/vim-less b/vim/bundle/vim-less index 0f6ef1b..3c2a265 160000 --- a/vim/bundle/vim-less +++ b/vim/bundle/vim-less @@ -1 +1 @@ -Subproject commit 0f6ef1b7ce97f387cc12985a26b5ab4dcb196df3 +Subproject commit 3c2a265b89d1d9848633cfc1642d2e78ecd73a25