Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 581 Bytes

Font

Patch Your Own Font

macOS

Find fonts with Font Book. Right click and Show in Finder.

brew install fontforge

# Option 1: generate Powerline
git clone https://github.com/powerline/fontpatcher
cd fontpatcher/scripts/
# generate Menlo Regular for Powerline.otf
fontforge -script powerline-fontpatcher Menlo.ttc

# Option 2 (Recommended): generate Nerd Font
git clone https://github.com/ryanoasis/nerd-fonts
cd nerd-fonts/
# generate Menlo Regular Nerd Font Complete.otf
fontforge -script font-patcher --complete --progressbars --extension otf Menlo.ttc