Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eralpkaraduman/06351d88145b77d4fa759338a2a1a3d1 to your computer and use it in GitHub Desktop.
Save eralpkaraduman/06351d88145b77d4fa759338a2a1a3d1 to your computer and use it in GitHub Desktop.
Patch San Fransisco Mono Font With Nerdfonts
#!/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