diff --git a/.gitmodules b/.gitmodules index 601fb7e..993bf8c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,5 +8,11 @@ path = vim/.vim/bundle/vim-colorschemes url = https://github.com/flazz/vim-colorschemes [submodule "zsh/.oh-my-zsh/custom/themes/powerlevel10k"] - path = zsh/.oh-my-zsh/custom/themes/powerlevel10k + path = zsh/.oh-my-zsh-custom/themes/powerlever10k url = https://github.com/romkatv/powerlevel10k.git +[submodule "zsh/.oh-my-zsh-custom/plugins/zsh-syntax-highlighting"] + path = zsh/.oh-my-zsh-custom/plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting +[submodule "zsh/.oh-my-zsh-custom/plugins/zsh-256color"] + path = zsh/.oh-my-zsh-custom/plugins/zsh-256color + url = https://github.com/chrissicool/zsh-256color diff --git a/zsh/.oh-my-zsh-custom/plugins/zsh-256color b/zsh/.oh-my-zsh-custom/plugins/zsh-256color new file mode 160000 index 0000000..9d8fa10 --- /dev/null +++ b/zsh/.oh-my-zsh-custom/plugins/zsh-256color @@ -0,0 +1 @@ +Subproject commit 9d8fa1015dfa895f2258c2efc668bc7012f06da6 diff --git a/zsh/.oh-my-zsh-custom/plugins/zsh-syntax-highlighting b/zsh/.oh-my-zsh-custom/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..62c5575 --- /dev/null +++ b/zsh/.oh-my-zsh-custom/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 62c5575848f1f0a96161243d18497c247c9f52df diff --git a/zsh/.oh-my-zsh/custom/themes/powerlevel10k b/zsh/.oh-my-zsh-custom/themes/powerlever10k similarity index 100% rename from zsh/.oh-my-zsh/custom/themes/powerlevel10k rename to zsh/.oh-my-zsh-custom/themes/powerlever10k