monolisa-nerdfont-patch/bin/update-src

8 lines
217 B
Plaintext
Raw Normal View History

2021-12-22 16:34:04 -06:00
#!/usr/bin/env bash
2023-05-02 14:57:12 -05:00
rm -rf font-patcher
wget https://github.com/ryanoasis/nerd-fonts/raw/master/FontPatcher.zip -O FontPatcher.zip
2023-05-03 15:13:19 -05:00
unzip -o FontPatcher.zip -x "readme.md"
2021-12-22 16:34:04 -06:00
echo "don't forget to commit your changes!"