Followed this guide to install powerlevel9k
with iterm2
on mac:
- https://gist.github.com/kevin-smets/8568070
- https://github.com/bhilburn/powerlevel9k/wiki/Install-Instructions#option-3-install-awesome-powerline-fonts
This is what I set into the ~/.zshrc
config file:
export ZSH="/Users/username/.oh-my-zsh"
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_MODE='awesome-fontconfig'
source ~/.fonts/*.sh
But it seems that some icons didn't been found. What's wrong?