05 - Install nerdfonts macOS
05 - Install nerdfonts macOS
Contents
- YouTube video
- Install nerdfonts
- If you like my content, and want to support me
- Discord server
- Follow me on social media
- All links in the video description
- How do you manage your passwords?
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
- My discord server is now open to the public, feel free to join and hang out with others
- join the discord server in this link
Follow me on social media
- Twitter (or “X”)
- TikTok
- GitHub
- Threads
- OnlyFans 🍆
- YouTube (subscribe MF, subscribe)
- Ko-Fi
All links in the video description
- 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
toDashlane
and finally ended up in1password
- 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
This post is licensed under CC BY 4.0 by the author.