diff options
author | Tharre <tharre3@gmail.com> | 2015-04-06 16:38:07 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-04-06 16:38:07 +0200 |
commit | b76107ee2d8698671a6fa9d732ea86e32f371e2d (patch) | |
tree | d3644db95a00e3100d34a97f4732302054e679f6 | |
download | dotfiles-b76107ee2d8698671a6fa9d732ea86e32f371e2d.tar.gz dotfiles-b76107ee2d8698671a6fa9d732ea86e32f371e2d.tar.xz dotfiles-b76107ee2d8698671a6fa9d732ea86e32f371e2d.zip |
Initial commit, add submodules
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | shell/_oh-my-zsh | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject 75b9030f48a55a42849cc68b0fc5b92d66d236a |