-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-gitmodules
More file actions
25 lines (25 loc) · 806 Bytes
/
example-gitmodules
File metadata and controls
25 lines (25 loc) · 806 Bytes
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
[submodule "fonts/fira"]
path = fonts/fira
url = https://github.com/tonsky/FiraCode
shallow = true
ignore = dirty
[submodule "fonts/hack"]
path = fonts/hack
url = https://github.com/source-foundry/Hack
shallow = true
ignore = dirty
[submodule "fonts/JetBrainsMono"]
path = fonts/JetBrainsMono
url = https://github.com/JetBrains/JetBrainsMono
shallow = true
ignore = dirty
[submodule "fonts/powerline-fonts"]
path = fonts/powerline-fonts
url = https://github.com/Lokaltog/powerline-fonts
shallow = true
ignore = dirty
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
path = .config/zsh/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting
shallow = true
ignore = dirty