dotfiles/.gitmodules

41 lines
1.5 KiB
Plaintext
Raw Normal View History

2018-09-13 14:19:12 +00:00
[submodule ".local/bin"]
path = .local/bin
url = gitea@git.odrling.xyz:odrling/localbins.git
2019-05-18 13:40:13 +00:00
ignore = dirty
2019-01-11 17:50:29 +00:00
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".zsh/zsh-completions"]
path = .zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule ".zsh/zsh-autosuggestions"]
path = .zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".zsh/omz/oh-my-zsh"]
path = .zsh/omz/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
2019-01-11 19:59:58 +00:00
[submodule ".zsh/zsh-background-notify"]
path = .zsh/zsh-background-notify
url = https://github.com/t413/zsh-background-notify.git
2019-01-30 08:12:45 +00:00
[submodule ".vim/vim-fugitive"]
path = .vim/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/vim-pathogen"]
path = .vim/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/sleuth"]
path = .vim/bundle/sleuth
url = https://tpope.io/vim/sleuth.git
[submodule ".vim/bundle/vim-polyglot"]
path = .vim/bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git