nerd-fonts/chocolatey
Fini Jastrow b82bd819aa Remove mentions of master branch [skip ci]
[why]
If we ever switch the default branch the links would break. So just say
'default branch' directly, whichever that may be.

[note]
CI workflows not changed, I do not know if there is an alias for the
default branch available.

Fixes: #971 (partially)

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2022-10-17 11:50:53 +02:00
..
tools Added chocolatey install scripts 2018-04-15 21:12:29 +05:30
base.nuspec Remove mentions of master branch [skip ci] 2022-10-17 11:50:53 +02:00
fonts.yml Added chocolatey install scripts 2018-04-15 21:12:29 +05:30
generate_packages.py Added chocolatey install scripts 2018-04-15 21:12:29 +05:30
Pipfile Update Pipfile 2019-07-26 22:00:25 -07:00
Pipfile.lock Bump pyyaml from 5.1.1 to 5.4 in /chocolatey 2021-03-25 23:02:10 +00:00
README.md Added chocolatey install scripts 2018-04-15 21:12:29 +05:30

Chocolatey packages for nerd-fonts

Script to generate chocolatey packages for nerd-fonts.

Requirements

Setup

  • Run pipenv install to setup the virtual environment.
  • Ensure that choco binary is in the PATH.

Usage

Run the generate_packages.py which reads fonts.yml file and generates the chocolatey packages.

fonts.yml

The YAML file describes the fonts to be packaged.

  • version: The version of nerd-fonts to be downloaded.
  • fonts.name: The name of the nerd-font as per the github release assets.
  • fonts.sha256: The SHA256 hash of the zip file.
  • fonts.installed_fonts: The list of fonts in the zip file.