-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
57 lines (57 loc) · 2.3 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
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "vim"]
path = vim
url = [email protected]:mmqmzk/.vim.git
[submodule "fzf"]
path = fzf
url = https://github.com/junegunn/fzf.git
[submodule "nvm"]
path = nvm
url = https://github.com/creationix/nvm.git
[submodule "zsh-custom/plugins/zsh-syntax-highlighting"]
path = zsh-custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "zsh-custom/plugins/zsh-autosuggestions"]
path = zsh-custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh-custom/plugins/fz"]
path = zsh-custom/plugins/fz
url = https://github.com/changyuheng/fz.git
[submodule "tmux-resurrect"]
path = tmux-resurrect
url = https://github.com/tmux-plugins/tmux-resurrect.git
[submodule "zsh-custom/plugins/zsh-autopair"]
path = zsh-custom/plugins/zsh-autopair
url = https://github.com/hlissner/zsh-autopair.git
[submodule "zsh-custom/plugins/fast-syntax-highlighting"]
path = zsh-custom/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
[submodule "zsh-custom/diff-so-fancy"]
path = zsh-custom/diff-so-fancy
url = https://github.com/so-fancy/diff-so-fancy.git
[submodule "zsh-custom/plugins/forgit"]
path = zsh-custom/plugins/forgit
url = https://github.com/wfxr/forgit.git
[submodule "zsh-custom/plugins/alias-tips"]
path = zsh-custom/plugins/alias-tips
url = https://github.com/djui/alias-tips.git
[submodule "zsh-custom/plugins/z.lua"]
path = zsh-custom/plugins/z.lua
url = https://github.com/skywind3000/z.lua.git
; [submodule "zsh-custom/plugins/nvm-auto"]
; path = zsh-custom/plugins/nvm-auto
; url = https://github.com/dijitalmunky/nvm-auto.git
[submodule "zsh-custom/plugins/fzf-marks"]
path = zsh-custom/plugins/fzf-marks
url = https://github.com/urbainvaes/fzf-marks.git
[submodule "zsh-custom/themes/powerlevel10k"]
path = zsh-custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule "zsh-custom/plugins/zsh-you-should-use"]
path = zsh-custom/plugins/you-should-use
url = https://github.com/MichaelAquilina/zsh-you-should-use.git
[submodule "zsh-custom/plugins/fzf-tab"]
path = zsh-custom/plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab.git