-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.gitmodules
More file actions
19 lines (19 loc) · 920 Bytes
/
.gitmodules
File metadata and controls
19 lines (19 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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/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
[submodule "oh-my-zsh/custom/plugins/nix-zsh-completions"]
path = oh-my-zsh/custom/plugins/nix-zsh-completions
url = https://github.com/nix-community/nix-zsh-completions.git