Created
July 4, 2021 14:12
-
-
Save eralpkaraduman/06351d88145b77d4fa759338a2a1a3d1 to your computer and use it in GitHub Desktop.
Patch San Fransisco Mono Font With Nerdfonts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env | |
mkdir -p ~/patched-fonts/in | |
mkdir -p ~/patched-fonts/out | |
echo "Download SF mono Download https://devimages-cdn.apple.com/design/resources/download/SF-Mono.dmg" | |
echo "Install it" | |
echo "Open FontBook and copy all SF Mono fonts to ~/patched-fonts/in" | |
read -p "Press enter to continue when you are done" | |
docker run -v ~/patched-fonts/in:/in -v ~/patched-fonts/out:/out nerdfonts/patcher --windows --complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment