mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
Start release v3.0.0
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
f4ca28cd71
commit
334238d030
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.1.0
|
# Script Version: 1.1.0
|
||||||
# Archives the font patcher script and the required source files
|
# Archives the font patcher script and the required source files
|
||||||
# If some (any) argument is given this is though of as intermediate version
|
# If some (any) argument is given this is though of as intermediate version
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.1.2
|
# Script Version: 1.1.2
|
||||||
# Iterates over all patched fonts directories
|
# Iterates over all patched fonts directories
|
||||||
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
|
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 2.0.0
|
# Script Version: 2.0.0
|
||||||
#
|
#
|
||||||
# Fetches the current release files.
|
# Fetches the current release files.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 2.2.0
|
# Script Version: 2.2.0
|
||||||
#
|
#
|
||||||
# Iterates over all [*] archived fonts
|
# Iterates over all [*] archived fonts
|
||||||
@ -24,7 +24,7 @@
|
|||||||
# set -x
|
# set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
version="2.3.3"
|
version="3.0.0"
|
||||||
homepage="https://github.com/ryanoasis/nerd-fonts"
|
homepage="https://github.com/ryanoasis/nerd-fonts"
|
||||||
downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/"
|
downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/"
|
||||||
LINE_PREFIX="# [Nerd Fonts] "
|
LINE_PREFIX="# [Nerd Fonts] "
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.2.0
|
# Script Version: 1.2.0
|
||||||
# Generates CSS file for the font and cheat sheet code
|
# Generates CSS file for the font and cheat sheet code
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ cheat_sheet_head_file="./data/cheatsheet-head.txt"
|
|||||||
cheat_sheet_foot_file="./data/cheatsheet-foot.txt"
|
cheat_sheet_foot_file="./data/cheatsheet-foot.txt"
|
||||||
|
|
||||||
LINE_PREFIX="# [Nerd Fonts] "
|
LINE_PREFIX="# [Nerd Fonts] "
|
||||||
version="2.3.3"
|
version="3.0.0"
|
||||||
|
|
||||||
# clear files
|
# clear files
|
||||||
true > "$output_css_file" 2> /dev/null
|
true > "$output_css_file" 2> /dev/null
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.1.0
|
# Script Version: 1.1.0
|
||||||
# Generates extrasymbols.sfd from Hack
|
# Generates extrasymbols.sfd from Hack
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.2.0
|
# Script Version: 1.2.0
|
||||||
# Create font previews.
|
# Create font previews.
|
||||||
# All fonts need to be installed (or no preview is generated)
|
# All fonts need to be installed (or no preview is generated)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.0.2
|
# Script Version: 1.0.2
|
||||||
# Iterates over all patched fonts directories
|
# Iterates over all patched fonts directories
|
||||||
# to generate a fontconfig based on the Nerd Fonts Symbols font
|
# to generate a fontconfig based on the Nerd Fonts Symbols font
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# coding=utf8
|
# coding=utf8
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.1.1
|
# Script Version: 1.1.1
|
||||||
|
|
||||||
# Example Usage:
|
# Example Usage:
|
||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
from __future__ import absolute_import, print_function, unicode_literals
|
from __future__ import absolute_import, print_function, unicode_literals
|
||||||
|
|
||||||
version = "2.3.3"
|
version = "3.0.0"
|
||||||
projectName = "Nerd Fonts"
|
projectName = "Nerd Fonts"
|
||||||
projectNameAbbreviation = "NF"
|
projectNameAbbreviation = "NF"
|
||||||
projectNameSingular = projectName[:-1]
|
projectNameSingular = projectName[:-1]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.0.1
|
# Script Version: 1.0.1
|
||||||
# Generates original-source.otf from individual glyphs
|
# Generates original-source.otf from individual glyphs
|
||||||
#
|
#
|
||||||
@ -12,7 +12,7 @@ import fontforge
|
|||||||
import psMat
|
import psMat
|
||||||
|
|
||||||
# Double-quotes required here, for version-bump.sh:
|
# Double-quotes required here, for version-bump.sh:
|
||||||
version = "2.3.3"
|
version = "3.0.0"
|
||||||
|
|
||||||
start_codepoint = 0xE4FA # with shift this is 0xE5FA
|
start_codepoint = 0xE4FA # with shift this is 0xE5FA
|
||||||
end_codepoint = 0xE5FF # Next set starts at 0xE700 - 0x0100 shift = 0xE600
|
end_codepoint = 0xE5FF # Next set starts at 0xE700 - 0x0100 shift = 0xE600
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.0.0
|
# Script Version: 1.0.0
|
||||||
# Generates web fonts for the website and cheat sheet
|
# Generates web fonts for the website and cheat sheet
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.1.0
|
# Script Version: 1.1.0
|
||||||
# Gets all the font folder names to build the matrix for the github actions
|
# Gets all the font folder names to build the matrix for the github actions
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.3.0
|
# Script Version: 1.3.0
|
||||||
#
|
#
|
||||||
# You can supply options to the font-patcher via environment variable NERDFONTS
|
# You can supply options to the font-patcher via environment variable NERDFONTS
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version 1.1.0
|
# Script Version 1.1.0
|
||||||
|
|
||||||
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{cod,dev,fae,fa,iec,logos,oct,ple,pom,seti,material,weather,md}.sh; do
|
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{cod,dev,fae,fa,iec,logos,oct,ple,pom,seti,material,weather,md}.sh; do
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Font Logos (Font Linux) 1.0.1 (48 icons)
|
# Font Logos (Font Linux) 1.0.1 (48 icons)
|
||||||
# Codepoints: F300-F32F
|
# Codepoints: F300-F32F
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.1.0
|
# Script Version: 1.1.0
|
||||||
# We keep the name 'linux' in the metadata for continuity reasons
|
# We keep the name 'linux' in the metadata for continuity reasons
|
||||||
test -n "$__i_linux_loaded" && return || __i_linux_loaded=1
|
test -n "$__i_linux_loaded" && return || __i_linux_loaded=1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Material Design Icons (legacy) (2,119 icons)
|
# Material Design Icons (legacy) (2,119 icons)
|
||||||
# Codepoints: F001-F847, Nerd Fonts moved F500-FD46
|
# Codepoints: F001-F847, Nerd Fonts moved F500-FD46
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version 1.0.0
|
# Script Version 1.0.0
|
||||||
test -n "$__i_mdi_loaded" && return || __i_mdi_loaded=1
|
test -n "$__i_mdi_loaded" && return || __i_mdi_loaded=1
|
||||||
i='' i_mdi_vector_square=$i
|
i='' i_mdi_vector_square=$i
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Material Design Icons (6,896 icons)
|
# Material Design Icons (6,896 icons)
|
||||||
# Codepoints: F0001-F1AF0
|
# Codepoints: F0001-F1AF0
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version 1.0.0
|
# Script Version 1.0.0
|
||||||
test -n "$__i_md_loaded" && return || __i_md_loaded=1
|
test -n "$__i_md_loaded" && return || __i_md_loaded=1
|
||||||
i='' i_md_vector_square=$i
|
i='' i_md_vector_square=$i
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Octicons (309 icons)
|
# Octicons (309 icons)
|
||||||
# Codepoints: 2665-F532 with gaps
|
# Codepoints: 2665-F532 with gaps
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: (autogenerated)
|
# Script Version: (autogenerated)
|
||||||
test -n "$__i_oct_loaded" && return || __i_oct_loaded=1
|
test -n "$__i_oct_loaded" && return || __i_oct_loaded=1
|
||||||
i='♥' i_oct_heart=$i
|
i='♥' i_oct_heart=$i
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Seti-UI + Custom (179 icons, 19 aliases)
|
# Seti-UI + Custom (179 icons, 19 aliases)
|
||||||
# Codepoints: E5FA-E6AC
|
# Codepoints: E5FA-E6AC
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: (autogenerated)
|
# Script Version: (autogenerated)
|
||||||
test -n "$__i_seti_loaded" && return || __i_seti_loaded=1
|
test -n "$__i_seti_loaded" && return || __i_seti_loaded=1
|
||||||
i='' i_custom_folder_npm=$i
|
i='' i_custom_folder_npm=$i
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Weather Icons 1.100 (228 icons)
|
# Weather Icons 1.100 (228 icons)
|
||||||
# Codepoints: F000-F0EB (with holes), Nerd Fonts moved E300-E3E3
|
# Codepoints: F000-F0EB (with holes), Nerd Fonts moved E300-E3E3
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version 1.0.2
|
# Script Version 1.0.2
|
||||||
test -n "$__i_weather_loaded" && return || __i_weather_loaded=1
|
test -n "$__i_weather_loaded" && return || __i_weather_loaded=1
|
||||||
i='' i_weather_day_cloudy_gusts=$i
|
i='' i_weather_day_cloudy_gusts=$i
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.0.0
|
# Script Version: 1.0.0
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# calls the necessary scripts in the necessary order to prepare for a release
|
# calls the necessary scripts in the necessary order to prepare for a release
|
||||||
#
|
#
|
||||||
# This is not used for production
|
# This is not used for production
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.1.0
|
# Script Version: 1.1.0
|
||||||
# Iterates over all patched fonts directories
|
# Iterates over all patched fonts directories
|
||||||
# converts all non markdown readmes to markdown (e.g., txt, rst) using pandoc
|
# converts all non markdown readmes to markdown (e.g., txt, rst) using pandoc
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.0.0
|
# Script Version: 1.0.0
|
||||||
|
|
||||||
# Run this script in your local bash:
|
# Run this script in your local bash:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.3.0
|
# Script Version: 1.3.0
|
||||||
|
|
||||||
# Give any parameter to allow some glyphs to be 2 'cells' wide.
|
# Give any parameter to allow some glyphs to be 2 'cells' wide.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.0.0
|
# Script Version: 1.0.0
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script Version: 1.0.2
|
# Script Version: 1.0.2
|
||||||
# bump version number for release in scripts (bash and python)
|
# bump version number for release in scripts (bash and python)
|
||||||
# does not do semver format checking
|
# does not do semver format checking
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# coding=utf8
|
# coding=utf8
|
||||||
# Nerd Fonts Version: 2.3.3
|
# Nerd Fonts Version: 3.0.0
|
||||||
# Script version is further down
|
# Script version is further down
|
||||||
|
|
||||||
from __future__ import absolute_import, print_function, unicode_literals
|
from __future__ import absolute_import, print_function, unicode_literals
|
||||||
@ -8,7 +8,7 @@ from __future__ import absolute_import, print_function, unicode_literals
|
|||||||
# Change the script version when you edit this script:
|
# Change the script version when you edit this script:
|
||||||
script_version = "4.1.0"
|
script_version = "4.1.0"
|
||||||
|
|
||||||
version = "2.3.3"
|
version = "3.0.0"
|
||||||
projectName = "Nerd Fonts"
|
projectName = "Nerd Fonts"
|
||||||
projectNameAbbreviation = "NF"
|
projectNameAbbreviation = "NF"
|
||||||
projectNameSingular = projectName[:-1]
|
projectNameSingular = projectName[:-1]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nerd-fonts",
|
"name": "nerd-fonts",
|
||||||
"version": "2.3.3",
|
"version": "3.0.0",
|
||||||
"description": "Iconic font aggregator, collection, & patcher. 9,000+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more",
|
"description": "Iconic font aggregator, collection, & patcher. 9,000+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user