forked from jschaf/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 925 Bytes
/
.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
[submodule "apps/PathPicker"]
path = vendor/PathPicker
url = https://github.com/facebook/PathPicker.git
[submodule "vendor/fzf"]
path = vendor/fzf
url = https://github.com/junegunn/fzf.git
branch = master
[submodule "vendor/st"]
path = vendor/st
url = https://github.com/jschaf/suckless-terminal.git
branch = tweaks
[submodule "vendor/z"]
path = vendor/z
url = https://github.com/rupa/z.git
branch = master
[submodule "vendor/zsh-async"]
path = vendor/zsh-async
url = https://github.com/mafredri/zsh-async.git
branch = master
[submodule "vendor/docker"]
path = vendor/docker
url = https://github.com/docker/docker.git
branch = master
[submodule "vendor/fast-syntax-highlighting"]
path = vendor/fast-syntax-highlighting
url = https://github.com/zdharma/fast-syntax-highlighting.git
[submodule "vendor/PathPicker"]
path = vendor/PathPicker
url = https://github.com/facebook/PathPicker.git
branch = master