sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" && \
cd Downloads && \
curl -O https://raw.githubusercontent.com/MartinSeeler/iterm2-material-design/master/material-design-colors.itermcolors
Go to iTerm2 > Preferences > Profiles > Colors Tab
and select the material-design-colors.itermcolors file and set as default.
git clone https://github.com/powerline/fonts.git --depth=1 ~/fonts && \
cd ~/fonts && \
./install.sh && \
cd .. && \
rm -rf ~/fonts
Go to iTerm2 > Preferences > Profiles > Text
and select for example Noto Mono for Powerline
and set as default
curl -L git.io/antigen > ~/antigen.zsh
Put the following at the end of ~/.zshrc and restart
source ~/antigen.zsh
antigen use oh-my-zsh
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-autosuggestions
antigen theme agnoster
antigen apply
https://github.com/superbrothers/zsh-kubectl-prompt/blob/master/README.md