ZSH Theme based on the great ys theme, Honukai ZSH Theme and K8s Prompt
For Oh My ZSH:
git clone --depth=1 https://github.com/LanikSJ/laniksj-zsh-theme.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/laniksj-zsh-theme
or
git clone --depth=1 git@github.com:LanikSJ/laniksj-zsh-theme.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/laniksj-zsh-theme
Set ZSH_THEME="laniksj-zsh-theme/laniksj"
in ~/.zshrc
to activate.
A reload of your SHELL is required for any changes to this theme.
source ~/.zshrc
omz reload
exec zsh
Install dependencies with 🍻 Homebrew:
brew install kubectx
- Setting a variable
export KUBE-PS1-ENABLED=on
in~/.zshrc
to activate. - Using
kubeon
command in your CLI.
- Setting a variable
export KUBE-PS1-ENABLED=off
in~/.zshrc
to activate. - Using
kubeoff
command in your CLI.
Please report any bugs or issues you find. Thanks!