LanikSJ ZSH Theme
Description
ZSH Theme based on the great ys theme, Honukai ZSH Theme and K8s Prompt
Screenshot
Install
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
K8s Support
Requirements
Install dependencies with 🍻 Homebrew:
brew install kubectx
Enable
- Setting a variable
export KUBE-PS1-ENABLED=on
in~/.zshrc
to activate. - Using
kubeon
command in your CLI.
Disable
- Setting a variable
export KUBE-PS1-ENABLED=off
in~/.zshrc
to activate. - Using
kubeoff
command in your CLI.
Bugs
Please report any bugs or issues you find. Thanks!