Created
December 23, 2024 07:00
-
-
Save bluPhy/ce96cefa2c0c9b2f6533474fa24ea873 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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