master-thesis/thesis/fonts/install.sh

7 lines
160 B
Bash
Raw Normal View History

2023-05-11 17:44:13 +02:00
#!/bin/sh
TARGET=~/.fonts
mkdir -p $TARGET
unzip -o -d "$TARGET/roboto_mono" "./fonts/Roboto_Mono.zip"
unzip -o -d "$TARGET/open_sans" "./fonts/Open_Sans.zip"