@@ -0,0 +1,3 @@
+[submodule "Vundle"]
+ path = dots/.vim/bundle/Vundle.vim
+ url = https://github.com/VundleVim/Vundle.vim.git
@@ -0,0 +1 @@
+Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95
@@ -23,6 +23,10 @@ sub_help(){
sub_sync(){
if [[ ! -d $dot_dir/dotfiles/.git ]]; then
git clone $repo
+ pushd dotfiles
+ git submodule init
+ git submodule update
+ popd
fi
mkdir -p dotfiles/dots
cd dotfiles/dots
@@ -1,3 +1,4 @@
.config/fish
.vimrc
.tmux.conf
+dots/.vim/bundle/Vundle.vim