Skip to content

Instantly share code, notes, and snippets.

@tirzasrwn
Last active January 7, 2024 09:49
Show Gist options
  • Save tirzasrwn/ccf03eb5b0ce28a765d7dcb3e04356e7 to your computer and use it in GitHub Desktop.
Save tirzasrwn/ccf03eb5b0ce28a765d7dcb3e04356e7 to your computer and use it in GitHub Desktop.
how to install nerd fonts in linux
  • Download here, just pick Fira Code for the the best font
  • Download install script from here, and name it install.sh
  • Run the script
vim install.sh
mkdir patched-fonts
mv <your-font>.zip ./patched-fonts
cd patched-fonts
unzip <your-font>.zip
cd ..
chmod +x install.sh
./install.sh
  • Reboot or Re-login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment