diff options
Diffstat (limited to 'lib/font/graphics/git')
| -rwxr-xr-x | lib/font/graphics/git/dl.sh | 16 | ||||
| -rw-r--r-- | lib/font/graphics/git/list | 8 | ||||
| -rw-r--r-- | lib/font/graphics/git/notes | 2 | 
3 files changed, 26 insertions, 0 deletions
diff --git a/lib/font/graphics/git/dl.sh b/lib/font/graphics/git/dl.sh new file mode 100755 index 0000000..a93c134 --- /dev/null +++ b/lib/font/graphics/git/dl.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +< list sort -R | while read -r repo  +do +	echo "$repo" +	dir="$(echo $line | sed -e "s|.*/||")" +	if ! [ -d "$dir" ] +	then +		git clone --depth 1 "$repo" +	# Disk space isn't free. +	#else +	#	cd "$dir" +	#	git pull +	#	cd  .. +	fi +done diff --git a/lib/font/graphics/git/list b/lib/font/graphics/git/list new file mode 100644 index 0000000..6912d25 --- /dev/null +++ b/lib/font/graphics/git/list @@ -0,0 +1,8 @@ +https://github.com/adobe-fonts/source-serif +https://github.com/adobe-fonts/source-sans +https://github.com/anrt-type/GoticoAntiqua +https://github.com/anrt-type/ANRT-Baskervville +https://github.com/silnrsi/font-gentium +https://github.com/Fonthausen/CrimsonPro +https://github.com/huertatipografica/Alegreya +https://github.com/huertatipografica/piazzolla diff --git a/lib/font/graphics/git/notes b/lib/font/graphics/git/notes new file mode 100644 index 0000000..b068bab --- /dev/null +++ b/lib/font/graphics/git/notes @@ -0,0 +1,2 @@ +Some distributors bundle multiple families in a singular repository. +This requires an organizational indirection to handle intelligently.  | 
