-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.02 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "ohmyzsh"]
path = .oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git
branch = master
[submodule "tmux-themepack"]
path = .tmux-themepack
url = https://github.com/jimeh/tmux-themepack.git
branch = master
[submodule "custom/themes/spaceship-prompt"]
path = custom/themes/spaceship-prompt
url = https://github.com/denysdovhan/spaceship-prompt.git
branch = master
[submodule "custom/plugins/zsh-autosuggestions"]
path = custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
branch = master
[submodule "custom/plugins/zsh-syntax-highlighting"]
path = custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
branch = master
[submodule ".vim/pack/base/opt/onedark.vim"]
path = .vim/pack/base/opt/onedark.vim
url = https://github.com/joshdick/onedark.vim.git
[submodule ".vim/pack/base/start/vim-hcl"]
path = .vim/pack/base/start/vim-hcl
url = https://github.com/droustchev/vim-hcl.git
branch = add-support-for-syntax-based-folding