Post

05 - Install nerdfonts macOS

05 - Install nerdfonts macOS

Contents

YouTube video

If you like this, and want to support me

  • I create and edit my videos in an m1 mac mini, and it’s starting to stay behind in the editing side of things, tends to slow me down a bit, I’d like to upgrade the machine I use for all my videos to a mac mini with these specs:
    • Apple M4 Pro chip with 14‑core CPU, 20‑core GPU, 16-core Neural Engine
    • 24GB unified memory
    • 1TB SSD storage
    • 10 Gigabit Ethernet
  • If you want to help me reach my goal, you can donate here

Image

Discord server

  • After following this guide or even watching the related video, you:
    • Have questions related to one of the tools, configs or scripts that I use
    • Would like me to expand a bit more on how something is done
    • Or simply would like to talk and meet other community members that share your same interests
  • join the discord server in this link
  • Access to the discord server is only for YouTube community members

Image

Follow me on Twitter

Install nerdfonts

  • https://www.nerdfonts.com is a Iconic font aggregator, collection, and patcher
  • Different apps use nerdfonts, so we need to install a font package, else:
    • Starship fonts won’t show up properly
    • Neovim symbols will nos show up correctly
    • Other apps that use symbols will display them incorrectly
    • Demonstration in the video
  • Fonts were already installed automatically by my Brewfiles, but will uninstall them so you can see how it looks like without fonts
1
brew uninstall font-meslo-lg-nerd-font
1
2
3
4
5
# Terminal symbols don't look correctly
cd ~/github/dotfiles-latest/karabiner/mxstbr

# Neovim symbols don't show up correctly
nvim
  • To install the fonts again
1
2
3
4
brew tap homebrew/cask-fonts
brew install --cask font-meslo-lg-nerd-font
# fc command to verify if fonts are installed
brew install fontconfig
1
fc-list | grep -i "Meslo"
1
fc-list | grep -i "MesloLGM Nerd Font"
  • After this, close and re-open alacritty
This post is licensed under CC BY 4.0 by the author.