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.itermcolorsGo 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 ~/fontsGo to iTerm2 > Preferences > Profiles > Text and select for example Noto Mono for Powerline and set as default
curl -L git.io/antigen > ~/antigen.zshPut 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