Skip to content

Instantly share code, notes, and snippets.

@alexrios
Created July 15, 2024 10:02
Show Gist options
  • Save alexrios/f6520d8618443167497b247297fe81ef to your computer and use it in GitHub Desktop.
Save alexrios/f6520d8618443167497b247297fe81ef to your computer and use it in GitHub Desktop.
nerd-fonts
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