From 5bad5baabcda37ae577f26ecde9c62f4a7aa0395 Mon Sep 17 00:00:00 2001 From: Nicholas Houle Date: Tue, 25 Oct 2022 17:44:21 -0700 Subject: [PATCH] dotfiles | Update .gitmodules paths (#12) --- .gitmodules | 4 ++-- home/.vim/bundle/.gitignore | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 home/.vim/bundle/.gitignore diff --git a/.gitmodules b/.gitmodules index 6a8a8c5..a44af71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ # https://git-scm.com/docs/gitmodules -[submodule ".oh-my-zsh"] +[submodule "home/.oh-my-zsh"] path = home/.oh-my-zsh url = http://github.com/robbyrussell/oh-my-zsh.git -[submodule ".vim/bundle/Vundle.vim"] +[submodule "home/.vim/bundle/Vundle.vim"] path = home/.vim/bundle/Vundle.vim url = https://github.com/VundleVim/Vundle.vim.git diff --git a/home/.vim/bundle/.gitignore b/home/.vim/bundle/.gitignore new file mode 100644 index 0000000..e69de29