1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-13 03:03:33 +02:00

Updates scripts in preparation for for v2.1.0

This commit is contained in:
Ryan L McIntyre 2019-11-03 09:05:56 -08:00
parent ce3f8563a9
commit 8566c6539e
21 changed files with 24 additions and 24 deletions

View File

@ -6,7 +6,7 @@
# MIT license
# Modified by Ryan L McIntyre
# for Nerd Fonts (https://github.com/ryanoasis/nerd-fonts)
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.1.1
#
# ------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.2.0
fontfile=$1

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.1.0
# Iterates over all patched fonts directories
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.0.0
# Iterates over all patched fonts directories
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
@ -7,7 +7,7 @@
#set -x
version="2.0.0"
version="2.1.0"
patched_parent_dir="../../patched-fonts/"
homepage="https://github.com/ryanoasis/nerd-fonts"
downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/"

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.1.1
# Generates CSS file for the font
@ -10,7 +10,7 @@ output_css_file="../../css/nerd-fonts-generated.css"
header_css_file="./css-header.txt"
output_cheat_sheet_file="../../temp/nerd-fonts-generated-cheat-sheet.txt"
LINE_PREFIX="# [Nerd Fonts] "
version="2.0.0"
version="2.1.0"
# clear files
true > "$output_css_file" 2> /dev/null

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.0.0
# Iterates over all patched fonts directories
# to generate a fontconfig based on the Nerd Fonts Symbols font

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding=utf8
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.1.0
# Example Usage:

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.1.1
# used for debugging

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version 1.1.0
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{dev,fae,fa,iec,linux,oct,ple,pom,seti,material,weather}.sh; do

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Font Logos (Font Linux) (29 icons)
# Codepoints: Nerd Fonts moved F100-F11C with holes → F300-F31C
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.1.0
test -n "$__i_linux_loaded" && return || __i_linux_loaded=1
i='' i_linux_alpine=$i

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Material Design Icons (2,119 icons)
# Codepoints: F001, F847, Nerd Fonts moved F500-FD46
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version 1.0.0
test -n "$__i_mdi_loaded" && return || __i_mdi_loaded=1
i='' i_mdi_vector_square=$i

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Seti-UI + Custom (53 icons, 6 aliases)
# Codepoints: E5FA-E62E
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.1.0
test -n "$__i_seti_loaded" && return || __i_seti_loaded=1
i='' i_custom_folder_npm=$i

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Weather Icons (228 icons)
# Codepoints: F000, F0EB, Nerd Fonts moved E300-E3EB
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version 1.0.2
test -n "$__i_weather_loaded" && return || __i_weather_loaded=1
i='' i_weather_day_cloudy_gusts=$i

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# calls the necessary scripts in the necessary order to prepare for a release
#set -x

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.1.0
# Iterates over all patched fonts directories
# converts all non markdown readmes to markdown (e.g., txt, rst) using pandoc

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.0.0
# Given an array of decimal numbers print all unicode codepoint.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.0.0
text1='Testing'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.0.0
clear

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.0.1
# Iterates over all archives and uploads to given release

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Nerd Fonts Version: 2.0.0
# Nerd Fonts Version: 2.1.0
# Script Version: 1.0.1
# bump version number for release in scripts (bash and python)
# does not do semver format checking

View File

@ -1,11 +1,11 @@
#!/usr/bin/env python
# coding=utf8
# Nerd Fonts Version: 2.0.0-alpha
# Nerd Fonts Version: 2.1.0
# script version: 3.0.1
from __future__ import absolute_import, print_function, unicode_literals
version = "2.1.0-alpha"
version = "2.1.0"
projectName = "Nerd Fonts"
projectNameAbbreviation = "NF"
projectNameSingular = projectName[:-1]