🎨 LanikSJ ZSH Theme
📑 Table of Contents
📝 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.
or using zinit
zinit light laniksj/laniksj-zsh-theme
A reload of your SHELL is required for any changes to take affect.
source ~/.zshrcomz reloadexec zsh
🐳 K8s Support
📦 Requirements
Install dependencies with 🍻 Homebrew:
brew install kubectx
✅ Enable
- Setting a variable
export KUBE-PS1-ENABLED=onin~/.zshrcto activate. - Using
kubeoncommand in your CLI.
🚫 Disable
- Setting a variable
export KUBE-PS1-ENABLED=offin~/.zshrcto activate. - Using
kubeoffcommand in your CLI.
🐛 Bugs
Please report any bugs or issues you find. Thanks!