-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
45 lines (35 loc) · 1.12 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
[submodule "pure"]
path = zsh/plugins/pure
url = https://github.com/sindresorhus/pure.git
shallow = true
[submodule "zsh-syntax-highlighting"]
path = zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
shallow = true
[submodule "zsh-autosuggestions"]
path = zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
shallow = true
[submodule "oh-my-zsh"]
path = zsh/plugins/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "sh/base16-shell"]
path = sh/base16-shell
url = https://github.com/chriskempson/base16-shell.git
[submodule "tpm"]
path = tmux/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "oh-my-tmux"]
path = tmux/oh-my-tmux
url = https://github.com/gpakosz/.tmux.git
[submodule "asdf"]
path = asdf
url = https://github.com/asdf-vm/asdf.git
[submodule "fzf"]
path = fzf
url = https://github.com/junegunn/fzf.git
[submodule "zsh/plugins/oh-my-zsh"]
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "neovim/lazy"]
path = neovim/lazy
url = https://github.com/folke/lazy.nvim.git