From 5ddfbd39388c91d6d35168017dabbeb659a12870 Mon Sep 17 00:00:00 2001 From: Eragos Date: Thu, 4 Aug 2016 19:51:43 +0200 Subject: [PATCH] move .oh-my-zsh to git submodules --- .gitmodules | 3 +++ .oh-my-zsh | 1 + 2 files changed, 4 insertions(+) create mode 160000 .oh-my-zsh diff --git a/.gitmodules b/.gitmodules index c135616..8a17a9b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".tmux/plugins/tmux-copycat"] path = .tmux/plugins/tmux-copycat url = https://github.com/tmux-plugins/tmux-copycat +[submodule ".oh-my-zsh"] + path = .oh-my-zsh + url = https://github.com/robbyrussell/oh-my-zsh.git diff --git a/.oh-my-zsh b/.oh-my-zsh new file mode 160000 index 0000000..f553724 --- /dev/null +++ b/.oh-my-zsh @@ -0,0 +1 @@ +Subproject commit f5537241a4fe7f48a5f7f49fff52db9f0247a5cd