Skip to content

Instantly share code, notes, and snippets.

@MohamedFawzy
Created April 8, 2024 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohamedFawzy/b24ddc21172bde699ea4927cd3682597 to your computer and use it in GitHub Desktop.
Save MohamedFawzy/b24ddc21172bde699ea4927cd3682597 to your computer and use it in GitHub Desktop.
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