From b4edfa868c5f0f72e42f4149366929d622bbdeba Mon Sep 17 00:00:00 2001 From: Vivian Elisabeth H <36878099+SparkleDEV@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:51:35 +0100 Subject: [PATCH] Setup omz to be installed as a submodule --- .gitmodules | 3 +++ zsh/.oh-my-zsh | 1 + 2 files changed, 4 insertions(+) create mode 160000 zsh/.oh-my-zsh diff --git a/.gitmodules b/.gitmodules index b2a562c..b36aa4d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "zsh/.omz-custom/plugins/zsh-autosuggestions"] path = zsh/.omz-custom/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions +[submodule "zsh/.oh-my-zsh"] + path = zsh/.oh-my-zsh + url = https://github.com/ohmyzsh/ohmyzsh diff --git a/zsh/.oh-my-zsh b/zsh/.oh-my-zsh new file mode 160000 index 0000000..35068db --- /dev/null +++ b/zsh/.oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 35068db8373917a23eb9e3dabeb6596348e6534c