Skip to content

Instantly share code, notes, and snippets.

@bluPhy
Created December 23, 2024 07:00
Show Gist options
  • Select an option

  • Save bluPhy/ce96cefa2c0c9b2f6533474fa24ea873 to your computer and use it in GitHub Desktop.

Select an option

Save bluPhy/ce96cefa2c0c9b2f6533474fa24ea873 to your computer and use it in GitHub Desktop.
# Install NerdFont (or any fonts) using the command line in Debian (or other Linux).
# https://medium.com/@almatins/install-nerdfont-or-any-fonts-using-the-command-line-in-debian-or-other-linux-f3067918a88c
wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/JetBrainsMono.zip \
&& cd ~/.local/share/fonts \
&& unzip JetBrainsMono.zip \
&& rm JetBrainsMono.zip \
&& fc-cache -fv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment