Apple - ZSH - missing git icons
Turns out I didn't have powerline font.
You can get it from here
After download, double click to install and set as defalut font & non-ascii font
It worked for me when I unselected the option in iterm preferences to use a different font for non-ASCII text.
Missing icons in this case a patched font isn't installed which is dedicated for showing specific symbols for your shell.
You can either set yourself up easy with an available repo. I should note that these patched fonts are for the Powerline
extension and may or may not be compatible with other extensions.
If you wish to patch your own font, however, it's a little more involved:
- Download
fontpatcher
- Using a package manager such as
homebrew
, installfontforge
(brew install fontforge
). - Patch your fonts by running the fontpatcher script like such:
fontforge -script /path/to/fontpatcher.py MyFontFile.ttf
- Update your terminal configuration to use the patched font.