Browse Source

Fri May 13 22:59:18 BST 2022

Gabriel Capella 1 year ago
parent
commit
4215c42713
4 changed files with 9 additions and 0 deletions
  1. 3 0
      .gitmodules
  2. 1 0
      dots/.vim/bundle/Vundle.vim
  3. 4 0
      start
  4. 1 0
      to_sync

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule "Vundle"]
+	path = dots/.vim/bundle/Vundle.vim
+	url = https://github.com/VundleVim/Vundle.vim.git

+ 1 - 0
dots/.vim/bundle/Vundle.vim

@@ -0,0 +1 @@
+Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95

+ 4 - 0
start

@@ -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 - 0
to_sync

@@ -1,3 +1,4 @@
 .config/fish
 .vimrc
 .tmux.conf
+dots/.vim/bundle/Vundle.vim