Skip to content

Instantly share code, notes, and snippets.

@yooakim
Created February 7, 2024 10:18
Show Gist options
  • Save yooakim/618c67d10a344c0bdeec17e4e9aba73a to your computer and use it in GitHub Desktop.
Save yooakim/618c67d10a344c0bdeec17e4e9aba73a to your computer and use it in GitHub Desktop.
Install Cascadya COver Nerdfont on Ubuntu
sudo apt install wget fontconfig \
&& wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/CascadiaCode.zip \
&& cd ~/.local/share/fonts && unzip CascadiaCode.zip && rm *Windows* && rm CascadiaCode.zip && fc-cache -fv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment