1
0
Fork 0
dotfiles/.gitmodules

16 lines
893 B
Plaintext
Raw Normal View History

2018-03-10 04:04:29 +00:00
[submodule "files/.config/zsh/oh-my-zsh"]
path = files/.config/zsh/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "files/.config/zsh/custom/plugins/zsh-syntax-highlighting"]
path = files/.config/zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "files/.config/zsh/custom/plugins/zsh-autosuggestions"]
path = files/.config/zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "files/.vim/bundle/repos/github.com/Shougo/dein.vim"]
path = files/.vim/bundle/repos/github.com/Shougo/dein.vim
url = https://github.com/Shougo/dein.vim.git
2018-03-23 14:26:32 +00:00
[submodule "files/.config/zsh/custom/plugins/history-search-multi-word"]
path = files/.config/zsh/custom/plugins/history-search-multi-word
url = https://github.com/zdharma/history-search-multi-word.git