diff --git a/bin/scripts/archive-fonts.sh b/bin/scripts/archive-fonts.sh index 494dfb352..903b171ff 100755 --- a/bin/scripts/archive-fonts.sh +++ b/bin/scripts/archive-fonts.sh @@ -1,6 +1,6 @@ #!/bin/bash -# version: 2.0.0 -# script version: 1.0.0 +# Nerd Fonts Version: 2.0.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) # adds Windows versions of the fonts as well (casks files just won't download them) diff --git a/bin/scripts/generate-casks.sh b/bin/scripts/generate-casks.sh index f855728b5..ce5d45308 100755 --- a/bin/scripts/generate-casks.sh +++ b/bin/scripts/generate-casks.sh @@ -1,6 +1,6 @@ #!/bin/bash -# version: 2.0.0 -# script version: 1.0.0 +# Nerd Fonts Version: 2.0.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) # only adds non-Windows versions of the fonts diff --git a/bin/scripts/generate-css.sh b/bin/scripts/generate-css.sh index 5bc1754b2..645e923f7 100755 --- a/bin/scripts/generate-css.sh +++ b/bin/scripts/generate-css.sh @@ -1,6 +1,6 @@ #!/bin/bash -# version: 2.0.0 -# script version: 1.0.0 +# Nerd Fonts Version: 2.0.0 +# Script Version: 1.0.0 # Generates CSS file for the font # shellcheck disable=SC1091 diff --git a/bin/scripts/generate-fontconfig.sh b/bin/scripts/generate-fontconfig.sh index 29c2a9b10..7819a7fbb 100755 --- a/bin/scripts/generate-fontconfig.sh +++ b/bin/scripts/generate-fontconfig.sh @@ -1,6 +1,6 @@ #!/bin/bash -# version: 2.0.0 -# script version: 1.0.0 +# Nerd Fonts Version: 2.0.0 +# Script Version: 1.0.0 # Iterates over all patched fonts directories # to generate a fontconfig based on the Nerd Fonts Symbols font # that contains only the glyphs diff --git a/bin/scripts/generate-glyph-info-from-set.py b/bin/scripts/generate-glyph-info-from-set.py index 855bc104b..8d4899170 100755 --- a/bin/scripts/generate-glyph-info-from-set.py +++ b/bin/scripts/generate-glyph-info-from-set.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding=utf8 -# nerd fonts version: 2.0.0 -# script version: 1.0.0 +# Nerd Fonts Version: 2.0.0 +# Script Version: 1.0.0 # Example Usage: # ./generate-glyph-info-from-set.py --font ../../src/glyphs/materialdesignicons-webfont.ttf --start f001 --end f847 --offset 4ff diff --git a/bin/scripts/gotta-patch-em-all-font-patcher!.sh b/bin/scripts/gotta-patch-em-all-font-patcher!.sh index a7eecebd6..a371f699d 100755 --- a/bin/scripts/gotta-patch-em-all-font-patcher!.sh +++ b/bin/scripts/gotta-patch-em-all-font-patcher!.sh @@ -1,6 +1,6 @@ #!/bin/bash -# version: 2.0.0 -# script version: 1.1.0 +# Nerd Fonts Version: 2.0.0 +# Script Version: 1.1.0 # used for debugging #set -x diff --git a/bin/scripts/lib/i_all.sh b/bin/scripts/lib/i_all.sh index ccbeb87d6..92ca8762b 100644 --- a/bin/scripts/lib/i_all.sh +++ b/bin/scripts/lib/i_all.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Nerd Fonts Version: 2.0.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 diff --git a/bin/scripts/lib/i_linux.sh b/bin/scripts/lib/i_linux.sh index 19b30cc62..89dc3be92 100644 --- a/bin/scripts/lib/i_linux.sh +++ b/bin/scripts/lib/i_linux.sh @@ -1,6 +1,7 @@ #!/bin/bash # Font Logos (Font Linux) (29 icons) # Codepoints: Nerd Fonts moved F100-F11C with holes → F300-F31C +# Nerd Fonts Version: 2.0.0 # Script Version: 1.1.0 test -n "$__i_linux_loaded" && return || __i_linux_loaded=1 i='' i_linux_alpine=$i diff --git a/bin/scripts/lib/i_material.sh b/bin/scripts/lib/i_material.sh index 53aee3118..ca9aa356d 100644 --- a/bin/scripts/lib/i_material.sh +++ b/bin/scripts/lib/i_material.sh @@ -1,6 +1,7 @@ #!/bin/bash # Material Design Icons (2,119 icons) # Codepoints: F001, F847, Nerd Fonts moved F500-FD46 +# Nerd Fonts Version: 2.0.0 # Script Version 1.0.0 test -n "$__i_mdi_loaded" && return || __i_mdi_loaded=1 i='' i_mdi_vector_square=$i diff --git a/bin/scripts/lib/i_weather.sh b/bin/scripts/lib/i_weather.sh index a1caf1996..55c7f9b98 100644 --- a/bin/scripts/lib/i_weather.sh +++ b/bin/scripts/lib/i_weather.sh @@ -1,8 +1,8 @@ #!/bin/bash # Weather Icons (228 icons) # Codepoints: F000, F0EB, Nerd Fonts moved F328-F413 +# Nerd Fonts Version: 2.0.0 # Script Version 1.0.0 -# @todo names test _n "$__i_weather_loaded" && return || __i_weather_loaded=1 i='' i_weather_day_cloudy_gusts=$i i='' i_weather_day_cloudy_windy=$i diff --git a/bin/scripts/release.sh b/bin/scripts/release.sh index 13f84ba80..9e9b8a0b5 100755 --- a/bin/scripts/release.sh +++ b/bin/scripts/release.sh @@ -1,5 +1,5 @@ #!/bin/bash -# version: 2.0.0 +# Nerd Fonts Version: 2.0.0 # calls the necessary scripts in the necessary order to prepare for a release #set -x diff --git a/bin/scripts/standardize-and-complete-readmes.sh b/bin/scripts/standardize-and-complete-readmes.sh index 685bec01d..dbadc2520 100755 --- a/bin/scripts/standardize-and-complete-readmes.sh +++ b/bin/scripts/standardize-and-complete-readmes.sh @@ -1,6 +1,6 @@ #!/bin/bash -# version: 2.0.0 -# script version: 1.0.0 +# Nerd Fonts Version: 2.0.0 +# Script Version: 1.0.0 # Iterates over all patched fonts directories # converts all non markdown readmes to markdown (e.g., txt, rst) using pandoc # adds information on additional-variations and complete font variations diff --git a/bin/scripts/test-fonts.sh b/bin/scripts/test-fonts.sh index b21f6cdff..b07cb3bec 100755 --- a/bin/scripts/test-fonts.sh +++ b/bin/scripts/test-fonts.sh @@ -1,6 +1,6 @@ #!/bin/bash -# nerd fonts version 2.0.0 -# script version: 1.0.0 +# Nerd Fonts Version: 2.0.0 +# Script Version: 1.0.0 # Given an array of decimal numbers print all unicode codepoint. function print-decimal-unicode-range() { diff --git a/bin/scripts/test-powerlines.sh b/bin/scripts/test-powerlines.sh index eabda3169..00e08ad15 100755 --- a/bin/scripts/test-powerlines.sh +++ b/bin/scripts/test-powerlines.sh @@ -1,6 +1,6 @@ #!/bin/bash -# version: 2.0.0 -# script version: 1.0.0 +# Nerd Fonts Version: 2.0.0 +# Script Version: 1.0.0 text1='Testing' text2='Nerd Fonts' diff --git a/bin/scripts/tests.sh b/bin/scripts/tests.sh index 1598f26ee..5876d73fe 100755 --- a/bin/scripts/tests.sh +++ b/bin/scripts/tests.sh @@ -1,6 +1,6 @@ #!/bin/bash -# version: 2.0.0 -# script version: 1.0.0 +# Nerd Fonts Version: 2.0.0 +# Script Version: 1.0.0 clear echo "Click to start" diff --git a/bin/scripts/upload-archives.sh b/bin/scripts/upload-archives.sh index 51fa7810b..7940925bb 100755 --- a/bin/scripts/upload-archives.sh +++ b/bin/scripts/upload-archives.sh @@ -1,6 +1,6 @@ #!/bin/bash -# version: 2.0.0 -# script version: 1.0.1 +# Nerd Fonts Version: 2.0.0 +# Script Version: 1.0.1 # Iterates over all archives and uploads to given release # uncomment to debug: diff --git a/bin/scripts/version-bump.sh b/bin/scripts/version-bump.sh index d7c1b82e8..f31a5a848 100755 --- a/bin/scripts/version-bump.sh +++ b/bin/scripts/version-bump.sh @@ -1,6 +1,6 @@ #!/bin/bash -# version: 2.0.0 -# script version: 1.0.1 +# Nerd Fonts Version: 2.0.0 +# Script Version: 1.0.1 # bump version number for release in scripts (bash and python) # does not do semver format checking # this obviously is not perfect but works good enough for now (YAGNI) diff --git a/font-patcher b/font-patcher index 78432fff1..0113a60da 100755 --- a/font-patcher +++ b/font-patcher @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding=utf8 -# nerd fonts version: 2.0.0 +# Nerd Fonts Version: 2.0.0 # script version: 2.0.0 from __future__ import absolute_import, print_function, unicode_literals