1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 05:45:11 +01:00

Updated font sources

This commit is contained in:
2022-01-14 18:48:19 +01:00
parent 96e9320f89
commit a525440918

View File

@@ -29,22 +29,24 @@ Futura-Std-Bold-Oblique_19041.ttf
Futura-Std-Book_19044.ttf Futura-Std-Book_19044.ttf
Futura-Std-Book-Oblique_19043.ttf' Futura-Std-Book-Oblique_19043.ttf'
FONTS_OVERPASS=$'overpass-bold-italic.otf FONTS_OVERPASS=$'Overpass-BlackItalic.ttf
overpass-bold.otf Overpass-Black.ttf
overpass-extrabold-italic.otf Overpass-BoldItalic.ttf
overpass-extrabold.otf Overpass-Bold.ttf
overpass-extralight-italic.otf Overpass-ExtraBoldItalic.ttf
overpass-extralight.otf Overpass-ExtraBold.ttf
overpass-heavy-italic.otf Overpass-ExtraLightItalic.ttf
overpass-heavy.otf Overpass-ExtraLight.ttf
overpass-italic.otf Overpass-Italic.ttf
overpass-light-italic.otf Overpass-LightItalic.ttf
overpass-light.otf Overpass-Light.ttf
overpass-regular.otf Overpass-MediumItalic.ttf
overpass-semibold-italic.otf Overpass-Medium.ttf
overpass-semibold.otf Overpass-Regular.ttf
overpass-thin-italic.otf Overpass-SemiBoldItalic.ttf
overpass-thin.otf' Overpass-SemiBold.ttf
Overpass-ThinItalic.ttf
Overpass-Thin.ttf'
FONTS_JETBRAINS=$'JetBrainsMono-Bold-Italic.ttf FONTS_JETBRAINS=$'JetBrainsMono-Bold-Italic.ttf
JetBrainsMono-Bold.ttf JetBrainsMono-Bold.ttf
@@ -88,7 +90,23 @@ Knack RegularOblique Plus Nerd File Types Plus Font Awesome Plus Octicons Plus P
Knack Bold Nerd Font Complete Mono.ttf Knack Bold Nerd Font Complete Mono.ttf
Knack Regular Nerd Font Complete Mono.ttf Knack Regular Nerd Font Complete Mono.ttf
Knack Bold Italic Nerd Font Complete Mono.ttf Knack Bold Italic Nerd Font Complete Mono.ttf
Knack Italic Nerd Font Complete Mono.ttf' Knack Italic Nerd Font Complete Mono.ttf
overpass-bold-italic.otf
overpass-bold.otf
overpass-extrabold-italic.otf
overpass-extrabold.otf
overpass-extralight-italic.otf
overpass-extralight.otf
overpass-heavy-italic.otf
overpass-heavy.otf
overpass-italic.otf
overpass-light-italic.otf
overpass-light.otf
overpass-regular.otf
overpass-semibold-italic.otf
overpass-semibold.otf
overpass-thin-italic.otf
overpass-thin.otf'
if [ -e ~/.dot_is_server ]; then if [ -e ~/.dot_is_server ]; then
# Update from the repo # Update from the repo
@@ -108,7 +126,7 @@ if [ -e ~/.dot_is_server ]; then
# Update from the repo # Update from the repo
echo "== Jetbrains Mono ======" echo "== Jetbrains Mono ======"
SOURCE_DIR="/stuff/system/fonts/JetBrainsMono/ttf" SOURCE_DIR="/stuff/system/fonts/JetBrainsMono/fonts/ttf"
DEST_DIR="/stuff/system/sync/fonts/active" DEST_DIR="/stuff/system/sync/fonts/active"
if [ -d "$SOURCE_DIR" ] && [ -d "$DEST_DIR" ]; then if [ -d "$SOURCE_DIR" ] && [ -d "$DEST_DIR" ]; then
cd "$SOURCE_DIR" cd "$SOURCE_DIR"
@@ -123,7 +141,7 @@ if [ -e ~/.dot_is_server ]; then
# Update from the repo # Update from the repo
echo "== Overpass ======" echo "== Overpass ======"
SOURCE_DIR="/stuff/system/fonts/Overpass/desktop-fonts/overpass" SOURCE_DIR="/stuff/system/fonts/Overpass/fonts/ttf"
DEST_DIR="/stuff/system/sync/fonts/active" DEST_DIR="/stuff/system/sync/fonts/active"
if [ -d "$SOURCE_DIR" ] && [ -d "$DEST_DIR" ]; then if [ -d "$SOURCE_DIR" ] && [ -d "$DEST_DIR" ]; then
cd "$SOURCE_DIR" cd "$SOURCE_DIR"