Post

05 - Install nerdfonts macOS

05 - Install nerdfonts macOS

Contents

YouTube video

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

If you like my content, and want to support me

  • If you want to share a tip, you can donate here
  • I recently was laid off, so if you know about any SRE related roles, please let me know

Discord server

Image

Follow me on social media

  • The following links will be in the YouTube video description:
    • Each one of the videos shown
    • A link to this blogpost

How do you manage your passwords?

  • I’ve tried many different password managers in the past, I’ve switched from LastPass to Dashlane and finally ended up in 1password
  • You want to find out why? More info in my article:
  • If you want to support me in keeping this blogpost ad free, start your 1password 14 day free trial by clicking the image below

Image

This post is licensed under CC BY 4.0 by the author.