From f466ab3f6f3482b63f952a48110eda4afdc9358e Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Sat, 28 Sep 2019 15:21:14 -0700 Subject: [PATCH] Add oh-my-zsh submodule --- .gitmodules | 3 +++ .oh-my-zsh | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 .oh-my-zsh diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..936ed91 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".oh-my-zsh"] + path = .oh-my-zsh + url = https://github.com/robbyrussell/oh-my-zsh diff --git a/.oh-my-zsh b/.oh-my-zsh new file mode 160000 index 0000000..f9e7c45 --- /dev/null +++ b/.oh-my-zsh @@ -0,0 +1 @@ +Subproject commit f9e7c45a484723f693a77ab6128a1cc163f3704a