From d0ecb2a9d770b1987e3be7cdc549d46880b89c5e Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sun, 22 Feb 2015 17:15:39 +0100 Subject: Moved from stow to dotfiles for dotfile management --- .gitmodules | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 2d31281..dd834b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ -[submodule "vim/.vim/vim-pathogen"] - path = vim/.vim/vim-pathogen +[submodule "dotfiles"] + path = dotfiles + url = https://github.com/jbernard/dotfiles.git +[submodule "vim/vim-pathogen"] + path = vim/vim-pathogen url = https://github.com/tpope/vim-pathogen.git -[submodule "vim/.vim/bundle/nerdtree"] - path = vim/.vim/bundle/nerdtree +[submodule "vim/bundle/nerdtree"] + path = vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git -[submodule "vim/.vim/bundle/supertab"] - path = vim/.vim/bundle/supertab +[submodule "vim/bundle/supertab"] + path = vim/bundle/supertab url = https://github.com/ervandew/supertab.git -- cgit v1.2.3