Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaykul/nerdfonts
Chocolatey Windows Install scripts for NerdFonts
https://github.com/jaykul/nerdfonts
Last synced: 25 days ago
JSON representation
Chocolatey Windows Install scripts for NerdFonts
- Host: GitHub
- URL: https://github.com/jaykul/nerdfonts
- Owner: Jaykul
- Created: 2023-01-02T07:14:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T03:49:17.000Z (about 2 years ago)
- Last Synced: 2024-10-28T10:20:32.527Z (2 months ago)
- Language: Roff
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Downloads and installs [NerdFonts](https://www.nerdfonts.com).
Nerd Fonts is a project that patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular 'iconic fonts' such as Font Awesome, Devicons, Octicons, and others.
This package, by default, installs only "Caskaydia Cove NF" (and "Caskaydia Cove NF Mono"), but supports installing any and all NerdFonts from the release. Note that we specifically use the "Windows Compatible" font files (which have shortened font names), and the name parameter has to match the zip file. Some of the current zip files are named with the _reserved_ font names, rather than the actual name that will show up on the font once it's installed, so there's a bit of a weird mix.
## Package parameters
Pass the `/name` parameter to install one or more specific fonts. However, note that theFor example, to install "Caskaydia Cove Nerd Font" and "FiraCode Nerd Font," use:
`choco install nerdfonts -y --params="/name=CascadiaCode FiraCode"`
To install all fonts, use:
`choco install nerdfonts -y --params="/name=.*"`
## Available font names:
3270, Agave, AnonymousPro, Arimo, AurulentSansMono, BigBlueTerminal, BitstreamVeraSansMono, CascadiaCode, CodeNewRoman, Cousine, DaddyTimeMono, DejaVuSansMono, DroidSansMono, FantasqueSansMono, FiraCode, FiraMono, Go-Mono, Gohu, Hack, Hasklig, HeavyData, Hermit, iA-Writer, IBMPlexMono, Inconsolata, InconsolataGo, InconsolataLGC, Iosevka, JetBrainsMono, Lekton, LiberationMono, Lilex, Meslo, Monofur, Monoid, Mononoki, MPlus, NerdFontsSymbolsOnly, Noto, OpenDyslexic, Overpass, ProFont, ProggyClean, RobotoMono, ShareTechMono, SourceCodePro, SpaceMono, Terminus, Tinos, Ubuntu, UbuntuMono, VictorMono
For more information see [https://www.nerdfonts.com](https://www.nerdfonts.com) and [https://github.com/ryanoasis/nerd-fonts/releases/](https://github.com/ryanoasis/nerd-fonts/releases/).