monolisa-nerdfont-patch/bin/update-src

8 lines
217 B
Bash
Executable File

#!/usr/bin/env bash
rm -rf font-patcher
wget https://github.com/ryanoasis/nerd-fonts/raw/master/FontPatcher.zip -O FontPatcher.zip
unzip -u FontPatcher.zip -x "readme.md"
echo "don't forget to commit your changes!"