From 1da81df821803aa3a7f25ff45474f6118c020383 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Mon, 14 Apr 2014 09:40:52 +0200 Subject: [PATCH 1/4] upgrade oh-my-zsh --- .oh-my-zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oh-my-zsh b/.oh-my-zsh index 70dfb91b..f8f01262 160000 --- a/.oh-my-zsh +++ b/.oh-my-zsh @@ -1 +1 @@ -Subproject commit 70dfb91b982b91cd2bd052124e8b65b774f66db1 +Subproject commit f8f01262ab19edcbed40fd77d959b64408ea81e2 From 5d995966247f7a1815dd2b3385a1e03b9cfbecc2 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Thu, 5 Jun 2014 11:38:37 +0200 Subject: [PATCH 2/4] oh-my-zsh upgrade --- .oh-my-zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oh-my-zsh b/.oh-my-zsh index eafd5f32..3913106b 160000 --- a/.oh-my-zsh +++ b/.oh-my-zsh @@ -1 +1 @@ -Subproject commit eafd5f325208421b82a770e57441dd1063eb5745 +Subproject commit 3913106b2e7127d396f27b652df812340ec0c871 From 60a45ddbca79779d17e57c990b48fc7d7b5b08ef Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Fri, 6 Jun 2014 13:35:10 +0200 Subject: [PATCH 3/4] nerdtree added to vim --- .gitmodules | 3 +++ .vim/bundle/nerdtree | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/nerdtree diff --git a/.gitmodules b/.gitmodules index 1d9cdf25..20d59719 100644 --- a/.gitmodules +++ b/.gitmodules @@ -32,3 +32,6 @@ [submodule "gnome-terminal-colors-solarized"] path = gnome-terminal-colors-solarized url = https://github.com/sigurdga/gnome-terminal-colors-solarized +[submodule ".vim/bundle/nerdtree"] + path = .vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree diff --git a/.vim/bundle/nerdtree b/.vim/bundle/nerdtree new file mode 160000 index 00000000..b0bb781f --- /dev/null +++ b/.vim/bundle/nerdtree @@ -0,0 +1 @@ +Subproject commit b0bb781fc73ef40365e4c996a16f04368d64fc9d From 02272e973a307c70fb732dd170f1173ebf67515f Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Fri, 6 Jun 2014 14:21:50 +0200 Subject: [PATCH 4/4] ctrlp vim plugin added --- .gitmodules | 3 +++ .vim/bundle/vim-ctrlp | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-ctrlp diff --git a/.gitmodules b/.gitmodules index 20d59719..adaec12d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -35,3 +35,6 @@ [submodule ".vim/bundle/nerdtree"] path = .vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree +[submodule ".vim/bundle/vim-ctrlp"] + path = .vim/bundle/vim-ctrlp + url = https://github.com/kien/ctrlp.vim.git diff --git a/.vim/bundle/vim-ctrlp b/.vim/bundle/vim-ctrlp new file mode 160000 index 00000000..b5d3fe66 --- /dev/null +++ b/.vim/bundle/vim-ctrlp @@ -0,0 +1 @@ +Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f