Create your own nerd font
Download font-patcher
Nerd font repo offers a script and resources to generate ner font with existing font.
Click to download FontPatcher.zip
Install Python3
The font-patcher script requires python3.
bash
winget install python -y1
Install fontforge
Download installer from FontForge on Windows
Add new path to PATH
ps1
$env:PATH += ';C:\Program Files (x86)\FontForgeBuilds\bin'1
Run patcher script
Redirect to the folder you decompressed
bash
fontforge --script ./font-patcher --complete <YOUR FONT FILE>1
Created nerd font will be placed at where the script locates.