From 4018c863f0bfcbc44372de0f6a40f0cf25213d33 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Sat, 17 Jul 2021 15:12:53 +0200 Subject: [PATCH] added third-party oh-my-zsh plugins as submodules --- .gitmodules | 6 ++++++ zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions | 1 + zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions create mode 160000 zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1dea2a6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions"] + path = zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule "zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting"] + path = zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting diff --git a/zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions b/zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions new file mode 160000 index 0000000..a411ef3 --- /dev/null +++ b/zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 diff --git a/zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting b/zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..dffe304 --- /dev/null +++ b/zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit dffe304567c86f06bf1be0fce200077504e79783