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 /.gitmodules | |
download | dotfiles-b76107ee2d8698671a6fa9d732ea86e32f371e2d.tar.gz dotfiles-b76107ee2d8698671a6fa9d732ea86e32f371e2d.tar.xz dotfiles-b76107ee2d8698671a6fa9d732ea86e32f371e2d.zip |
Initial commit, add submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 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 |