Giter Site home page Giter Site logo

scoop-nerd-fonts's Introduction

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 for Windows version before Windows 10 1809, because their installers modify the HKEY_LOCAL_MACHINE 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 a subset of the manifests in this repository from the template (within the same file).

Usage

# Generate manifests only if the desired manifest does not exist.
PS> .\bin\generate-manifests.ps1

# Force re-generate all manifests.
PS> .\bin\generate-manifests.ps1 -OverwriteExisting

Note

Over time this repo has accumulated a variety of fonts, not all of which are nerd fonts. The manifest generation is specifically for nerd fonts!

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 }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.