From b76107ee2d8698671a6fa9d732ea86e32f371e2d Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 6 Apr 2015 16:38:07 +0200 Subject: Initial commit, add submodules --- .gitmodules | 3 +++ shell/_oh-my-zsh | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 shell/_oh-my-zsh diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2225436 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "shell/_oh-my-zsh"] + path = shell/_oh-my-zsh + url = https://github.com/robbyrussell/oh-my-zsh.git diff --git a/shell/_oh-my-zsh b/shell/_oh-my-zsh new file mode 160000 index 0000000..75b9030 --- /dev/null +++ b/shell/_oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 75b9030f48a55a42849cc68b0fc5b92d66d236ac -- cgit v1.2.3-70-g09d2