Skip to content

Commit

Permalink
use git submodule for vundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dag committed Jul 19, 2012
1 parent 0130de4 commit f356505
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -1,3 +1,6 @@
[submodule "dircolors-solarized"]
path = dircolors-solarized
url = git://github.com/seebi/dircolors-solarized.git
[submodule "vundle"]
path = vundle
url = git://github.com/gmarik/vundle.git
8 changes: 5 additions & 3 deletions Makefile
Expand Up @@ -35,11 +35,13 @@ gtk:
mkv:
ln -bs "$(PWD)/bin/mkvretitle" "$(PREFIX)/.local/bin"

vundle/README.md:
git submodule update --init

.PHONY: vim
vim:
vim: vundle/README.md
mkdir -p .vim/bundle
test -d .vim/bundle/vundle \
|| git clone git://github.com/gmarik/vundle.git .vim/bundle/vundle
ln -bs "$(PWD)/vundle .vim/bundle
ln -bs "$(PWD)/.vimrc" "$(PREFIX)"
ln -bs "$(PWD)/.gvimrc" "$(PREFIX)"
ln -bs "$(PWD)/.vim" "$(PREFIX)"
1 change: 1 addition & 0 deletions vundle
Submodule vundle added at 8e9b93

0 comments on commit f356505

Please sign in to comment.