From 8ceece0b4fe5d397672f9115c8ea363852aa1245 Mon Sep 17 00:00:00 2001 From: Nicholas Houle <181gaming@gmail.com> Date: Thu, 27 Oct 2022 13:54:36 -0700 Subject: [PATCH 1/3] Delete submodule directories --- home/.vim/bundle/readme.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 home/.vim/bundle/readme.md diff --git a/home/.vim/bundle/readme.md b/home/.vim/bundle/readme.md deleted file mode 100644 index e69de29..0000000 From 08a2ae4970191dc89be46d3fa65dfec41a040bea Mon Sep 17 00:00:00 2001 From: Nicholas Houle <181gaming@gmail.com> Date: Thu, 27 Oct 2022 13:59:25 -0700 Subject: [PATCH 2/3] Remove submodules --- .gitmodules | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitmodules b/.gitmodules index 87d5450..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +0,0 @@ -# https://git-scm.com/docs/gitmodules -[submodule "home/.oh-my-zsh"] - path = home/.oh-my-zsh - url = http://github.com/robbyrussell/oh-my-zsh.git -[submodule "home/.vim/bundle/Vundle.vim"] - path = home/.vim/bundle/Vundle.vim - url = https://github.com/VundleVim/Vundle.vim.git - \ No newline at end of file From 8eaaaa81ea675bb4cbd9cbe97186bd319305aacb Mon Sep 17 00:00:00 2001 From: Nicholas Houle <181gaming@gmail.com> Date: Thu, 27 Oct 2022 14:14:52 -0700 Subject: [PATCH 3/3] dotfiles | Add bare minimum for submodules --- .gitmodules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitmodules b/.gitmodules index e69de29..a44af71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,7 @@ +# https://git-scm.com/docs/gitmodules +[submodule "home/.oh-my-zsh"] + path = home/.oh-my-zsh + url = http://github.com/robbyrussell/oh-my-zsh.git +[submodule "home/.vim/bundle/Vundle.vim"] + path = home/.vim/bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git