diff --git a/.gitmodules b/.gitmodules index e79bf54..332263f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "vim/bundle/vundle"] - path = vim/bundle/vundle - url = https://github.com/gmarik/vundle.git [submodule "zprezto"] path = zprezto url = https://github.com/sorin-ionescu/prezto.git diff --git a/Makefile b/Makefile index fc90821..8d36350 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,10 @@ symlinks = $(shell ls $(excludes) `pwd`) all: install -install: submodules $(symlinks) +install: repos submodules $(symlinks) + +repos: + git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/vundle submodules: git submodule update --init --recursive diff --git a/vim/bundle/vundle b/vim/bundle/vundle deleted file mode 160000 index cfd3b2d..0000000 --- a/vim/bundle/vundle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933