-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
36 lines (36 loc) · 1.48 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
[submodule ".zsh/zsh-autosuggestions"]
path = .zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".zsh/oh-my-zsh"]
path = .zsh/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule ".zsh/zsh-autopair"]
path = .zsh/zsh-autopair
url = https://github.com/hlissner/zsh-autopair.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule ".tmux/plugins/tmux-resurrect"]
path = .tmux/plugins/tmux-resurrect
url = https://github.com/tmux-plugins/tmux-resurrect.git
[submodule ".tmux/plugins/tmux-continuum"]
path = .tmux/plugins/tmux-continuum
url = https://github.com/tmux-plugins/tmux-continuum.git
[submodule ".tmux/plugins/tmux-open"]
path = .tmux/plugins/tmux-open
url = https://github.com/tmux-plugins/tmux-open.git
[submodule ".tmux/plugins/tmux-sensible"]
path = .tmux/plugins/tmux-sensible
url = https://github.com/tmux-plugins/tmux-sensible.git
[submodule ".tmux/plugins/tmux-pain-control"]
path = .tmux/plugins/tmux-pain-control
url = https://github.com/tmux-plugins/tmux-pain-control.git
[submodule ".tmux/plugins/tmux-yank"]
path = .tmux/plugins/tmux-yank
url = https://github.com/tmux-plugins/tmux-yank.git
[submodule ".zsh/zsh-vi-mode"]
path = .zsh/zsh-vi-mode
url = https://github.com/jeffreytse/zsh-vi-mode.git