diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-20 12:40:55 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-20 12:40:55 +0100 |
commit | 62b400f83e4820e2cad6b9ae5153b1ba19e84297 (patch) | |
tree | 47b169094fbb3a8af54966200b09025d86ce6ada /.gitmodules | |
parent | e146e947c52ac4adbe426b3f893faff1e46ed5f8 (diff) |
Use submodules instead of mr
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..64ed203 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "vim/.vim/vim-plug"] + path = vim/.vim/vim-plug + url = https://github.com/junegunn/vim-plug +[submodule "mutt/.mutt/solarized"] + path = mutt/.mutt/solarized + url = https://github.com/altercation/mutt-colors-solarized +[submodule "zsh/.zsh/zgen"] + path = zsh/.zsh/zgen + url = https://github.com/tarjoilija/zgen |