From 39af257a953324cfdcdc665bba9416176c6afd1c Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 10 Dec 2015 10:55:01 -0500 Subject: [PATCH] Remove vundle as submodule; clone in make --- .gitmodules | 3 --- Makefile | 5 ++++- vim/bundle/vundle | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 160000 vim/bundle/vundle 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