struct

Fluxion::NerdFontsConfig

Inherits Struct < Value < Object

An inline Nerd Fonts installer configuration.

release must be an exact three-component tag: latest would make the same profile install different bytes on different days, which is the opposite of what a bootstrap profile is for.

Constants

RELEASE_PATTERN = /\Av\d+\.\d+\.\d+\z/

Constructors

new(release : String, families : Array(String), destination : String | Nil = nil, refresh_font_cache : Bool = true)
Source

Class methods

pinned_release?(release : String) : Bool
Source

Instance methods

destination
Source
families
Source
refresh_font_cache?
Source
release
Source