Remove vundle as submodule; clone in make
This commit is contained in:
parent
b4ce8cbd29
commit
39af257a95
3 changed files with 4 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
||||||
[submodule "vim/bundle/vundle"]
|
|
||||||
path = vim/bundle/vundle
|
|
||||||
url = https://github.com/gmarik/vundle.git
|
|
||||||
[submodule "zprezto"]
|
[submodule "zprezto"]
|
||||||
path = zprezto
|
path = zprezto
|
||||||
url = https://github.com/sorin-ionescu/prezto.git
|
url = https://github.com/sorin-ionescu/prezto.git
|
||||||
|
|
5
Makefile
5
Makefile
|
@ -5,7 +5,10 @@ symlinks = $(shell ls $(excludes) `pwd`)
|
||||||
|
|
||||||
all: install
|
all: install
|
||||||
|
|
||||||
install: submodules $(symlinks)
|
install: repos submodules $(symlinks)
|
||||||
|
|
||||||
|
repos:
|
||||||
|
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/vundle
|
||||||
|
|
||||||
submodules:
|
submodules:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933
|
|
Loading…
Reference in a new issue