nvim/installers/firacode.sh
Evie Litherland-Smith 7351508b12 Add installer scripts and Makefile
Scripts to install neovim, direnv and FiraCode nerd fonts if missing
Make file handles calling installers, can clean up after as well
2023-05-16 10:11:44 +01:00

7 lines
183 B
Bash
Executable file

mkdir -p $HOME/.fonts
cd $HOME/.fonts
curl -sSLO https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.0/FiraCode.zip
unzip FiraCode.zip -d FiraCode
rm FiraCode.zip
fc-cache