-
Notifications
You must be signed in to change notification settings - Fork 62
/
.gitmodules
20 lines (20 loc) · 907 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule ".submodules/Makefiles"]
path = .submodules/Makefiles
url = https://github.com/Falkor/Makefiles.git
branch = devel
[submodule "tests/helpers/assertions"]
path = tests/helpers/assertions
url = https://github.com/jasonkarns/bats-assert
[submodule "oh-my-zsh/custom/themes/powerlevel9k"]
path = oh-my-zsh/custom/themes/powerlevel9k
url = https://github.com/bhilburn/powerlevel9k.git
branch = next
[submodule "oh-my-zsh/custom/themes/powerlevel10k"]
path = oh-my-zsh/custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule "oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
path = oh-my-zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "oh-my-zsh/custom/plugins/zsh-completions"]
path = oh-my-zsh/custom/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git