Created
July 15, 2024 10:02
-
-
Save alexrios/f6520d8618443167497b247297fe81ef to your computer and use it in GitHub Desktop.
nerd-fonts
This file contains 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
wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/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