diff --git a/.gitmodules b/.gitmodules index 3a9890f..23bd909 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".vim_runtime"] path = .vim_runtime url = https://github.com/amix/vimrc.git +[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..291e96d --- /dev/null +++ b/.oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 291e96dcd034750fbe7473482508c08833b168e3