1

Followed this guide to install powerlevel9k with iterm2 on mac:

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?

the status now

zseikyocho
  • 621
  • 2
  • 9
  • 18

1 Answers1

0

iTerm2 → Preferences → Profiles → Text → Change Font to Hack Nerd Font

Don't forget to save the profile.

Mr Mayur
  • 571
  • 6
  • 9