From 5804579b60709a2c44b5d06ae27753bc2756480b Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 11 Jun 2020 17:03:49 +0200 Subject: [PATCH] add submodule --- .gitmodules | 3 +++ zsh/.oh-my-zsh/custom/themes/powerlevel10k | 1 + 2 files changed, 4 insertions(+) create mode 160000 zsh/.oh-my-zsh/custom/themes/powerlevel10k diff --git a/.gitmodules b/.gitmodules index e286955..601fb7e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vim/.vim/bundle/vim-colorschemes"] 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 + url = https://github.com/romkatv/powerlevel10k.git diff --git a/zsh/.oh-my-zsh/custom/themes/powerlevel10k b/zsh/.oh-my-zsh/custom/themes/powerlevel10k new file mode 160000 index 0000000..05eaf81 --- /dev/null +++ b/zsh/.oh-my-zsh/custom/themes/powerlevel10k @@ -0,0 +1 @@ +Subproject commit 05eaf8162c0a83c38bb210e888358d5bdc3aef90