Added libs
This commit is contained in:
parent
021f1cf1d7
commit
859804dd42
5 changed files with 16 additions and 0 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -1,3 +1,15 @@
|
||||||
[submodule "dotbot"]
|
[submodule "dotbot"]
|
||||||
path = dotbot
|
path = dotbot
|
||||||
url = https://github.com/anishathalye/dotbot
|
url = https://github.com/anishathalye/dotbot
|
||||||
|
[submodule "lib/highlighting"]
|
||||||
|
path = lib/highlighting
|
||||||
|
url = https://github.com/zsh-users/zsh-syntax-highlighting
|
||||||
|
[submodule "lib/completions"]
|
||||||
|
path = lib/completions
|
||||||
|
url = https://github.com/zsh-users/zsh-completions
|
||||||
|
[submodule "lib/nano/syntax"]
|
||||||
|
path = lib/nano/syntax
|
||||||
|
url = https://github.com/scopatz/nanorc
|
||||||
|
[submodule "lib/ohmyzsh"]
|
||||||
|
path = lib/ohmyzsh
|
||||||
|
url = https://github.com/robbyrussell/oh-my-zsh
|
||||||
|
|
1
lib/completions
Submodule
1
lib/completions
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d723fe922ab43c6fc89467d5545c336a30afd2b3
|
1
lib/highlighting
Submodule
1
lib/highlighting
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3dc574190071ef59054f6d693132410b37aa3ae4
|
1
lib/nano/syntax
Submodule
1
lib/nano/syntax
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6c57011c02defdb2ad964a07f5d8e02a7173cfa8
|
1
lib/ohmyzsh
Submodule
1
lib/ohmyzsh
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a207a38d634cc10441636bc4359cd8a18c502dea
|
Loading…
Add table
Reference in a new issue