Installation

Linux

# Downlaod from releases
curl -OL https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.tar.xz
 
# Extract file
tar -xf JetBrainsMono.tar.xz
 
# Copy to system-wide font folder
sudo cp JetBrainsMono*.ttf /usr/local/share/fonts
sudo fc-cache -f -v
 
# Verify font
fc-list

Windows

Install powershell
Run powershell as admin

# Interactive Setup
& ([scriptblock]::Create((Invoke-WebRequest 'https://to.loredo.me/Install-NerdFont.ps1')))

Appendix