An auto-updated compiling version of JetBrains Mono that has been patched with Nerd Fonts.
- Add all available
Nerd Fonts
glyphs by--complete
. - Aim to
editor
andterminal
scenarios. So:- Only patch
Regular
font and remove any other fonts. - Only patch
JetBrainsMono-Regular.ttf
and outputJetBrainsMonoNerdFont-Regular.ttf
.
- Only patch
- Codes: MIT License
- Fonts: OFL-1.1 License
NOTICE: This repository can update automatically by Github Actions
. You can just download JetBrainsMonoNerdFont-Regular-v*.*.ttf
from the latest release.
Or, you can build it by yourself as the following steps.
-
Requirements:
Windows
platform.- PowerShell 7.x.
- For stable build, you need to provide a
Github Personal Access Token
as a shell variable$GithubPAT
.
- For stable build, you need to provide a
Python 3.11
or higher. (As long as you can install the following dependencies correctly.)Winget
, i.e., winget-cli- Other Tools:
-
Steps:
git clone https://github.com/Zhaopudark/JetBrainsMonoNerdFonts.git cd JetBrainsMonoNerdFonts Install-Module -Name PSComputerManagementZp -Force Import-Module PSComputerManagementZp winget install --id FontForge.FontForge --force # UAC prompt may occur Add-PathToCurrentProcessEnvPath -Path "C:\Program Files (x86)\FontForgeBuilds\bin" pip install -r "./requirements.txt" -q . ".\build.ps1" $GithubPAT # consider to provide a Github Personal Access Token
-
Get the output font file from
.\Output\JetBrainsMonoNerdFont-Regular.ttf
.
-
Requirements:
Linux
platform.- PowerShell 7.x.
- For stable build, you need to provide a
Github Personal Access Token
as a shell variable$GithubPAT
.
- For stable build, you need to provide a
Python 3.11
or higher. (As long as you can install the following dependencies correctly.)- Other Tools:
-
Steps:
git clone https://github.com/Zhaopudark/JetBrainsMonoNerdFonts.git cd JetBrainsMonoNerdFonts sudo apt install fontforge pip install -r "./requirements.txt" -q . "./build.ps1" $GithubPAT # consider to provide a Github Personal Access Token
-
Get the output font file from
.\Output\JetBrainsMonoNerdFont-Regular.ttf
.