• Stars
    star
    361
  • Rank 117,957 (Top 3 %)
  • Language
    PowerShell
  • License
    The Unlicense
  • Created over 7 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A scoop bucket for installing nerd fonts

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 }

More Repositories

1

dragonglass

A 3D graphics engine - Rust/Vulkan
Rust
36
star
2

eager

An Ogre3D 1.9 and C++ project template that uses CMake to setup an Ogre development environment quickly and easily.
C++
14
star
3

dotfiles

My Linux dotfiles
Vim Script
12
star
4

Iceberg3D

A cross-platform 3D game engine
C++
10
star
5

dragonglass_old

Physically based rendering of gltf models using Vulkan and Rust
Rust
5
star
6

phantom_old_3

A 3D game engine in Rust πŸ¦€
Rust
5
star
7

superbible

A Rust port of the OpenGL superbible
Rust
4
star
8

taps

Tokio Async Pub/Sub πŸ¦€
Rust
4
star
9

Whyte

Whyte is a small, structured game engine.
C++
4
star
10

frost

A small interpreted language
Rust
3
star
11

obsidian

The accompanying source code for the "Let's Build a Renderer" book
Rust
3
star
12

jsonresume_ci_template

This is a template for source controlling your resume using Travis-CI and json-resume.
Shell
3
star
13

opengl_examples_premake

Isolated OpenGL Examples
C++
2
star
14

enum2egui

A rust derive macro for creating egui UI's to edit or view arbitrary structs and enums πŸ¦€
Rust
2
star
15

Gluttony

C++
2
star
16

bytenum

A rust derive macro for converting numeric values to enum variants
Rust
2
star
17

raytracer

A ray tracer written in Rust.
Rust
1
star
18

cs480Berger

3D Computer Graphics with OpenGL
C++
1
star
19

matthewjberger.github.io

My software engineering blog
Ruby
1
star
20

wgpu-triangle

A spinning triangle using Rust and WGPU that runs on linux, macos, windows, and web
Rust
1
star
21

dotvim

My vim configuration
Vim Script
1
star
22

opengl_examples

This is a set of OpenGL programs meant for testing wrapper classes to be used in a renderer.
C++
1
star
23

cs477Berger

Analysis of Algorithms
TeX
1
star
24

tower_defense

A tower defense game made in game maker for a college course
NSIS
1
star
25

spacewar

Spacewar made in game maker for a college course
NSIS
1
star
26

sepia

Rust and OpenGL gltf rendering
Rust
1
star
27

cs381Berger

A 3D game built using C++ and Ogre 3D!
C++
1
star
28

circuit-racer

A circuit racing game made in game maker for a college course
NSIS
1
star
29

dragonglass_old2

Physically based rendering of gltf models using Vulkan and Rust
Rust
1
star
30

tauri-example

An example of a tauri app that runs on Desktop and Mobile
TypeScript
1
star
31

letsbuildarenderer

An mdbook about 3D graphics programming using Vulkan and Rust
1
star
32

cs446Berger

Operating System Simulator
C++
1
star