forked from Mic92/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
42 lines (42 loc) · 1.54 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
[submodule "home/.zsh-completion"]
path = home/.zsh-completion
url = https://github.com/zsh-users/zsh-completions.git
[submodule "zsh/zsh-completions"]
path = zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "zsh/zsh-autosuggestions"]
path = zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh/zsh-history-substring-search"]
path = zsh/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git
[submodule "zsh/pure"]
path = zsh/pure
url = https://github.com/Mic92/pure.git
[submodule "home-manager"]
path = home-manager
url = https://github.com/rycee/home-manager.git
[submodule "nix-home-manager"]
path = nix-home-manager
url = https://github.com/rycee/home-manager.git
[submodule "zsh/zsh-autopair"]
path = zsh/zsh-autopair
url = https://github.com/hlissner/zsh-autopair.git
[submodule "nixos/overlays/nixpkgs-mozilla"]
path = nixos/overlays/nixpkgs-mozilla
url = https://github.com/mozilla/nixpkgs-mozilla.git
[submodule "home/.tmux-copycat"]
path = home/.tmux-copycat
url = https://github.com/tmux-plugins/tmux-copycat
[submodule "zsh/fast-syntax-highlighting"]
path = zsh/fast-syntax-highlighting
url = https://github.com/zdharma/fast-syntax-highlighting
[submodule "gdb/gef-extras"]
path = gdb/gef-extras
url = https://github.com/hugsy/gef-extras
[submodule "gdb/gef"]
path = gdb/gef
url = https://github.com/hugsy/gef
[submodule "home/.nix-direnv"]
path = home/.nix-direnv
url = https://github.com/nix-community/nix-direnv