Skip to content

Commit

Permalink
Add neobundle.vim as git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Aug 6, 2016
1 parent 6f067a8 commit 4a89dd6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "config/.vim/bundle/neobundle.vim"]
path = config/.vim/bundle/neobundle.vim
url = https://github.com/k0kubun/neobundle.vim
1 change: 1 addition & 0 deletions config/.vim/bundle/neobundle.vim
Submodule neobundle.vim added at fb60a5
4 changes: 4 additions & 0 deletions install.sh
@@ -1,3 +1,7 @@
#!/bin/sh

if ! [ -d config/.vim/bundle/neobundle.vim/.git ]; then
git submodule init && git submodule update --depth 1
fi

sudo bin/itamae local lib/recipe.rb

0 comments on commit 4a89dd6

Please sign in to comment.