diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-11-03 16:44:09 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-11-03 16:47:21 +0500 |
| commit | d7ceb2c81316529e2d46e19489fc3b765ef7d84f (patch) | |
| tree | 5f13da51437b6a8e934e37a52a2261c1fe03c673 /.gitmodules | |
| parent | 0f5d6556337415ce7fdc3fdc200e88ef81fe3b61 (diff) | |
Integrate dotbot.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 227f35f..f77df55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,5 +12,9 @@ path = files/.vim/bundle/Vundle.vim url = https://github.com/VundleVim/Vundle.vim [submodule "files/.tmux/plugins/tpm"] - path = files/.tmux/plugins/tpm - url = https://github.com/tmux-plugins/tpm + path = files/.tmux/plugins/tpm + url = https://github.com/tmux-plugins/tpm +[submodule "dotbot"] + path = dotbot + url = https://github.com/anishathalye/dotbot + ignore = dirty |
