From 915ee252f560bfdcb880052b302a3045b65010d9 Mon Sep 17 00:00:00 2001
From: phoenix <phoenix@sphinx>
Date: Thu, 17 Apr 2025 11:11:03 +0100
Subject: [PATCH] feat(zsh): add ohmyzsh back into config/zsh folder

---
 .gitmodules        | 3 +++
 config/zsh/ohmyzsh | 1 +
 zshrc              | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)
 create mode 160000 config/zsh/ohmyzsh

diff --git a/.gitmodules b/.gitmodules
index d68c677..d36a561 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
 [submodule "config/tmux/plugins/tpm"]
 	path = config/tmux/plugins/tpm
 	url = https://github.com/tmux-plugins/tpm
+[submodule "config/zsh/ohmyzsh"]
+	path = config/zsh/ohmyzsh
+	url = https://github.com/ohmyzsh/ohmyzsh.git
diff --git a/config/zsh/ohmyzsh b/config/zsh/ohmyzsh
new file mode 160000
index 0000000..a84a033
--- /dev/null
+++ b/config/zsh/ohmyzsh
@@ -0,0 +1 @@
+Subproject commit a84a0332a822a78ddf3f66d0e1ed3990d4badd12
diff --git a/zshrc b/zshrc
index 8bb6fda..4f11143 100644
--- a/zshrc
+++ b/zshrc
@@ -2,7 +2,7 @@
 # export PATH=$HOME/bin:/usr/local/bin:$PATH
 
 # Path to your oh-my-zsh installation.
-export ZSH=$HOME/.config/ohmyzsh
+export ZSH=$HOME/.config/zsh/ohmyzsh
 
 # Set name of the theme to load --- if set to "random", it will
 # load a random theme each time oh-my-zsh is loaded, in which case,