mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-09 16:43:14 -06:00
7 lines
217 B
Bash
Executable file
7 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 -o FontPatcher.zip -x "readme.md"
|
|
|
|
echo "don't forget to commit your changes!"
|