Cannot setup Oh My Zsh fonts and themes properly on Mac

Viewed 22

I am newly started to use Mac and installed Oh My Zsh as mentioned on its Official page.

However, I have some problems regarding to installing fonts of the related themes. For example, I just want to install the following theme:

https://github.com/spaceship-prompt/spaceship-prompt

I followed the installation steps using Oh My Zsh editor as shown below:

  • clone repo:
git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
  • Set ZSH_THEME="spaceship" in my .zshrc

But neither colors nor most of the icons and fonts are same on the theme page. So, should I apply any extra settings for Mac? So, could you please clarify me on how should I install theme and its corresponding font properly for Oh My Zsh on Mac?

0 Answers
Related