It's a gentoo zsh-theme using robbyrussell features (also, I use agnoster in super user :)).
- Install oh-my-zsh via curl:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Create the ~/.oh-my-zsh/themes/gentoo_plus_robbyrussell.zsh-theme file and set on ~/.zshrc:
ZSH_THEME="gentoo_plus_robbyrussell"
at the end of ~/.zshrc put:
source ~/.oh-my-zsh/plugins/kube-ps1/kube-ps1.plugin.zsh
PROMPT='$(kube_ps1)'$PROMPT
If you want to stop showing Kubernetes status on your prompt string temporarily
run kubeoff. To disable the prompt for all shell sessions, run kubeoff -g.
You can enable it again in the current shell by running kubeon, and globally
with kubeon -g.
kubeon : turn on kube-ps1 status for this shell. Takes precedence over
global setting for current session
kubeon -g : turn on kube-ps1 status globally
kubeoff : turn off kube-ps1 status for this shell. Takes precedence over
global setting for current session
kubeoff -g : turn off kube-ps1 status globally
