From d6bca08e9b708d7680c53c32f37eb02a5a445217 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 25 Jan 2023 15:05:14 +0200 Subject: scripts: Redo as submodules --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f460fbe --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule ".scripts/zsh-autosuggestions"] + path = .scripts/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule ".scripts/zsh-syntax-highlighting"] + path = .scripts/zsh-syntax-highlighting + url = git@github.com:zsh-users/zsh-syntax-highlighting.git -- cgit v1.2.3