From b5a2a7dd330b9b6b2acb79cc5ff8c9993809931b Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 11 Aug 2020 15:10:29 +0200 Subject: Add oh-my-zsh 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..079e7bb --- /dev/null +++ b/.config/ohmyzsh @@ -0,0 +1 @@ +Subproject commit 079e7bb5e0a79171f3356d55d3f6302a82645a39 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 -- cgit v1.3