-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
92 lines (92 loc) · 2.9 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[submodule "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
shallow = true
branch = master
[submodule "dependencies/pyenv"]
path = dependencies/pyenv
url = https://github.com/pyenv/pyenv.git
shallow = true
branch = master
[submodule "dependencies/goenv"]
path = dependencies/goenv
url = https://github.com/syndbg/goenv.git
shallow = true
branch = master
[submodule "dependencies/nodenv"]
path = dependencies/nodenv
url = https://github.com/nodenv/nodenv.git
shallow = true
branch = master
[submodule "dependencies/xxenv-latest"]
path = dependencies/xxenv-latest
url = https://github.com/momo-lab/xxenv-latest
shallow = true
branch = master
[submodule "dependencies/node-build"]
path = dependencies/node-build
url = https://github.com/nodenv/node-build.git
shallow = true
branch = master
[submodule "dependencies/nodenv-aliases"]
path = dependencies/nodenv-aliases
url = https://github.com/nodenv/nodenv-aliases.git
shallow = true
branch = master
[submodule "dependencies/nodenv-package-json-engine"]
path = dependencies/nodenv-package-json-engine
url = https://github.com/nodenv/nodenv-package-json-engine.git
shallow = true
branch = master
[submodule "dependencies/nodenv-package-rehash"]
path = dependencies/nodenv-package-rehash
url = https://github.com/nodenv/nodenv-package-rehash.git
shallow = true
branch = master
[submodule "dependencies/nodenv-each"]
path = dependencies/nodenv-each
url = https://github.com/nodenv/nodenv-each.git
shallow = true
branch = master
[submodule "dependencies/pyenv-virtualenv"]
path = dependencies/pyenv-virtualenv
url = https://github.com/pyenv/pyenv-virtualenv.git
shallow = true
branch = master
[submodule "dependencies/pyenv-ccache"]
path = dependencies/pyenv-ccache
url = https://github.com/pyenv/pyenv-ccache.git
shallow = true
branch = master
[submodule "dependencies/pyenv-doctor"]
path = dependencies/pyenv-doctor
url = https://github.com/pyenv/pyenv-doctor.git
shallow = true
branch = master
[submodule "dependencies/pyenv-which-ext"]
path = dependencies/pyenv-which-ext
url = https://github.com/pyenv/pyenv-which-ext.git
shallow = true
branch = master
[submodule "dependencies/jenv"]
path = dependencies/jenv
url = https://github.com/jenv/jenv.git
shallow = true
branch = master
ignore = untracked
[submodule "dependencies/zinit"]
path = dependencies/zinit
url = https://github.com/zdharma-continuum/zinit.git
shallow = true
branch = main
ignore = untracked
[submodule "config/nvim"]
path = config/nvim
url = git@github.com:kornicameister/nvim.git
shallow = true
branch = master
[submodule "config/fish"]
path = config/fish
url = git@github.com:kornicameister/dotfiles.fish.git
shallow = true
branch = master