Skip to content

Instantly share code, notes, and snippets.

@ajeebkp23
Created January 20, 2024 22:59
Show Gist options
  • Save ajeebkp23/0818e0bd5c375270570f2b2a0cebe069 to your computer and use it in GitHub Desktop.
Save ajeebkp23/0818e0bd5c375270570f2b2a0cebe069 to your computer and use it in GitHub Desktop.
Install Nerd Font FiraCode on Debian based Linux
sudo apt install unp
mkdir /tmp/FiraCode/
pushd /tmp/FiraCode/
# https://github.com/ryanoasis/nerd-fonts/releases/
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/FiraCode.tar.xz
unp FiraCode.tar.xz
popd
mkdir -p ~/.local/share/fonts/
mv /tmp/FiraCode ~/.local/share/fonts/
fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment