Apply the Nerd Fonts Patcher on the DM Mono font for a powerlevel10k compliant font.
-
Download patched fonts from the subdirectory dm-mono-nerd-font.
-
Patch manually from sources (see nerd font's document for more details):
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
- dm-mono: https://github.com/googlefonts/dm-mono
- nerd-fonts: https://github.com/ryanoasis/nerd-fonts
- powerlevel10k: https://github.com/romkatv/powerlevel10k