Skip to content

Instantly share code, notes, and snippets.

@Narayana108
Last active December 1, 2023 15:04
Show Gist options
  • Save Narayana108/47621cbb5c83b36c97937c0699d6fb42 to your computer and use it in GitHub Desktop.
Save Narayana108/47621cbb5c83b36c97937c0699d6fb42 to your computer and use it in GitHub Desktop.
Installing TTF fonts on Debian
# Find the font that you want here:
# https://github.com/ryanoasis/nerd-fonts/releases/
# Then download and install
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/JetBrainsMono.zip
dtrx JetBrainsMono.zip
sudo cp -avr JetBrainsMono/ /usr/share/fonts/truetype/
fc-cache -f -v
rm JetBrainsMono.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment