๐จ LanikSJ ZSH Theme
December 9, 2025 ยท View on GitHub
๐ 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!