Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 975 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 975 Bytes

Summary

Apply the Nerd Fonts Patcher on the DM Mono font for a powerlevel10k compliant font.

preview

Usage

git clone https://github.com/minhuw/dm-mono-nerd-font
cd dm-mono-nerd-font

git submodule update --init --recursive

for file in dm-mono/exports/DMMono*.ttf; do
    fontforge -script ./nerd-fonts/font-patcher -c $file -out dm-mono-nerd-font
done

Related Projects