-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
35 lines (35 loc) · 1.33 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
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".vim/bundle/vundle"]
path = .vim/bundle/vundle
url = https://github.com/gmarik/Vundle.vim.git
[submodule ".themes/solarized"]
path = .themes/solarized
url = https://github.com/altercation/solarized.git
[submodule ".zsh/zsh-history-substring-search"]
path = .zsh/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git
branch = master
[submodule ".i3/extras/i3session"]
path = .i3/extras/i3session
url = https://github.com/joepestro/i3session.git
branch = master
[submodule ".fonts/powerline-fonts"]
path = .fonts/powerline-fonts
url = https://github.com/powerline/fonts.git
[submodule ".i3/extras/i3-py"]
path = .i3/extras/i3-py
url = https://github.com/ziberna/i3-py.git
[submodule ".powerline"]
path = .powerline
url = https://github.com/powerline/powerline.git
[submodule ".zsh/zsh-autosuggestions"]
path = .zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule ".zsh/zsh-completions"]
path = .zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule ".zsh/gentoo-zsh-completions"]
path = .zsh/gentoo-zsh-completions
url = https://github.com/gentoo/gentoo-zsh-completions.git