summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-08-08 09:21:26 +0300
committerSyndamia <kamen@syndamia.com>2022-08-08 09:21:26 +0300
commit60d48e9809523cc4a18ddf8663b9b183af5bb41a (patch)
treecf6e9b33a891abf73f0f88e0ec6f45e79a2e01fd
parentadb67cc8514eb2a0885d15b54242ca96e1f1ee6e (diff)
downloaddotfiles-60d48e9809523cc4a18ddf8663b9b183af5bb41a.tar
dotfiles-60d48e9809523cc4a18ddf8663b9b183af5bb41a.tar.gz
dotfiles-60d48e9809523cc4a18ddf8663b9b183af5bb41a.zip
Fixed subdmodule paths not in .gitmodules
-rw-r--r--.gitmodules12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index b8e58d1..81acd18 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,15 @@
+[submodule ".zsh/alien"]
+ path = .zsh/alien
+ url = https://github.com/eendroroy/alien.git
+
[submodule ".zsh/homelander"]
path = .zsh/homelander
url = https://gitlab.com/Syndamia/homelander.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/zsh-syntax-highlighting"]
+ path = .zsh/zsh-syntax-highlighting
+ url = https://github.com/zsh-users/zsh-syntax-highlighting.git