From c4aadd1e4f6edf878284db00c20c629ffbbb4172 Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 21 Aug 2023 12:08:53 -0500 Subject: [PATCH] Add .oh-my-zsh as submodule --- .gitmodules | 6 ++++++ zsh/zsh-files/.oh-my-zsh | 1 + 2 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 160000 zsh/zsh-files/.oh-my-zsh diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..514431e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "zsh/zsh-files/ohmyzsh"] + path = zsh/zsh-files/ohmyzsh + url = https://github.com/askiiart/ohmyzsh +[submodule "zsh/zsh-files/.oh-my-zsh"] + path = zsh/zsh-files/.oh-my-zsh + url = https://github.com/askiiart/.oh-my-zsh diff --git a/zsh/zsh-files/.oh-my-zsh b/zsh/zsh-files/.oh-my-zsh new file mode 160000 index 0000000..00951bb --- /dev/null +++ b/zsh/zsh-files/.oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 00951bb4c4fdfbd28e0b28fc33a497eea5fdbe24