From 1d607a08c6524ba1fe759f508bf81c747dd60e66 Mon Sep 17 00:00:00 2001 From: pfych Date: Fri, 16 Aug 2024 22:08:18 +1000 Subject: [PATCH] OMZ Submodule --- .config/ohmyzsh | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .config/ohmyzsh create mode 100644 .gitmodules diff --git a/.config/ohmyzsh b/.config/ohmyzsh new file mode 160000 index 0000000..b0204f7 --- /dev/null +++ b/.config/ohmyzsh @@ -0,0 +1 @@ +Subproject commit b0204f78394d84771436a7717aafee6cad140319 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cdc05a9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".config/ohmyzsh"] + path = .config/ohmyzsh + url = https://github.com/ohmyzsh/ohmyzsh.git