From fce2ff366c303c0f891b325600bfd89295999cab Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 13 May 2025 13:37:34 +0100 Subject: [PATCH] feat(zsh): re-add ohmyzsh submodule correctly --- .gitmodules | 4 ++++ home/.config/zsh/ohmyzsh | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 home/.config/zsh/ohmyzsh diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e19c20c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "home/.config/zsh/ohmyzsh"] + path = home/.config/zsh/ohmyzsh + url = https://github.com/ohmyzsh/ohmyzsh.git + ignore = all diff --git a/home/.config/zsh/ohmyzsh b/home/.config/zsh/ohmyzsh new file mode 160000 index 0000000..c34c1da --- /dev/null +++ b/home/.config/zsh/ohmyzsh @@ -0,0 +1 @@ +Subproject commit c34c1da736f4f162206e1153e66850788f3e2e16