diff --git a/.gitmodules b/.gitmodules index d68c677..d36a561 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "config/tmux/plugins/tpm"] path = config/tmux/plugins/tpm url = https://github.com/tmux-plugins/tpm +[submodule "config/zsh/ohmyzsh"] + path = config/zsh/ohmyzsh + url = https://github.com/ohmyzsh/ohmyzsh.git diff --git a/config/zsh/ohmyzsh b/config/zsh/ohmyzsh new file mode 160000 index 0000000..a84a033 --- /dev/null +++ b/config/zsh/ohmyzsh @@ -0,0 +1 @@ +Subproject commit a84a0332a822a78ddf3f66d0e1ed3990d4badd12 diff --git a/zshrc b/zshrc index 8bb6fda..4f11143 100644 --- a/zshrc +++ b/zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH=$HOME/.config/ohmyzsh +export ZSH=$HOME/.config/zsh/ohmyzsh # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case,