Skip to content

A fork of scoop-nerd-fonts installing all fonts without admin rights.

Notifications You must be signed in to change notification settings

linyinfeng/scoop-nerd-fonts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Scoop bucket for Nerd Fonts

This repo contains manifests for installing Nerd Fonts and various other fonts using the scoop package manager for Windows.

To add this bucket:

scoop bucket add nerd-fonts

Note: Admin rights are required to install these fonts, because their installers modify the registry. Additionally, restarting your computer after uninstalling a font is necessary for the font to be fully removed.

Generating font manifests

Execute bin/generate-manifests.ps1 with Powershell 3.0+ to regenerate all of the manifests in this repository from the template (within the same file).

Notable changes

The regular CascadiaCode (not NF) font manifests were consolidated into a single manifest. This was done because the Cascadia Code official releases prior to 2004.30 had the ttf fonts attached separately, so they had different download urls. From version 2004.30 onward, the fonts are bundled in a zip file.

Maintainer Notes

This command will upgrade all the manifests that prevents error 429 from github's api. Run it from the bin dir:

gci ..\bucket\ | Select-Object -ExpandProperty BaseName | %{ .\checkver.ps1 -u $_; Start-Sleep 1 }

About

A fork of scoop-nerd-fonts installing all fonts without admin rights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%