From 35d37448bcd51fe6266ad5cc6e3c4de3b91b5e8a Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 3 Sep 2020 20:00:26 +0200 Subject: [PATCH] update submodule ohmyzsh --- .gitmodules | 3 +++ zsh/.oh-my-zsh-custom/example.zsh | 10 ++++++++++ .../plugins/example/example.plugin.zsh | 2 ++ zsh/.oh-my-zsh-custom/themes/powerlevel10k | 1 + zsh/.zshrc | 2 +- 5 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 zsh/.oh-my-zsh-custom/example.zsh create mode 100644 zsh/.oh-my-zsh-custom/plugins/example/example.plugin.zsh create mode 160000 zsh/.oh-my-zsh-custom/themes/powerlevel10k diff --git a/.gitmodules b/.gitmodules index dfa0778..30a37b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "zsh/.oh-my-zsh"] path = zsh/.oh-my-zsh url = https://github.com/ohmyzsh/ohmyzsh +[submodule "zsh/.oh-my-zsh-custom/themes/powerlever10k"] + path = zsh/.oh-my-zsh-custom/themes/powerlevel10k + url = https://github.com/romkatv/powerlevel10k.git diff --git a/zsh/.oh-my-zsh-custom/example.zsh b/zsh/.oh-my-zsh-custom/example.zsh new file mode 100644 index 0000000..c505a96 --- /dev/null +++ b/zsh/.oh-my-zsh-custom/example.zsh @@ -0,0 +1,10 @@ +# You can put files here to add functionality separated per file, which +# will be ignored by git. +# Files on the custom/ directory will be automatically loaded by the init +# script, in alphabetical order. + +# For example: add yourself some shortcuts to projects you often work on. +# +# brainstormr=~/Projects/development/planetargon/brainstormr +# cd $brainstormr +# diff --git a/zsh/.oh-my-zsh-custom/plugins/example/example.plugin.zsh b/zsh/.oh-my-zsh-custom/plugins/example/example.plugin.zsh new file mode 100644 index 0000000..406f274 --- /dev/null +++ b/zsh/.oh-my-zsh-custom/plugins/example/example.plugin.zsh @@ -0,0 +1,2 @@ +# Add your own custom plugins in the custom/plugins directory. Plugins placed +# here will override ones with the same name in the main plugins directory. diff --git a/zsh/.oh-my-zsh-custom/themes/powerlevel10k b/zsh/.oh-my-zsh-custom/themes/powerlevel10k new file mode 160000 index 0000000..6221309 --- /dev/null +++ b/zsh/.oh-my-zsh-custom/themes/powerlevel10k @@ -0,0 +1 @@ +Subproject commit 622130980c0785df8f76b53074c6743456eebe53 diff --git a/zsh/.zshrc b/zsh/.zshrc index 1be4c62..1beb33b 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -51,7 +51,7 @@ export ZSH=$HOME/.oh-my-zsh # HIST_STAMPS="mm/dd/yyyy" # Would you like to use another custom folder than $ZSH/custom? -# ZSH_CUSTOM=/path/to/new-custom-folder +ZSH_CUSTOM=$HOME/.oh-my-zsh-custom # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/