From 501042d262357022a49827b737dbb06c8c71e0c8 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 3 Sep 2020 19:33:20 +0200 Subject: [PATCH] cleanup oh-my-zsh --- .gitmodules | 8 +++++++- zsh/.oh-my-zsh-custom/plugins/zsh-256color | 1 + zsh/.oh-my-zsh-custom/plugins/zsh-syntax-highlighting | 1 + .../themes/powerlever10k} | 0 4 files changed, 9 insertions(+), 1 deletion(-) create mode 160000 zsh/.oh-my-zsh-custom/plugins/zsh-256color create mode 160000 zsh/.oh-my-zsh-custom/plugins/zsh-syntax-highlighting rename zsh/{.oh-my-zsh/custom/themes/powerlevel10k => .oh-my-zsh-custom/themes/powerlever10k} (100%) 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