mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2025-09-06 02:30:43 +00:00
Clear History
This commit is contained in:
BIN
thesis/fonts/Open_Sans.zip
(Stored with Git LFS)
Normal file
BIN
thesis/fonts/Open_Sans.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
thesis/fonts/Roboto_Mono.zip
(Stored with Git LFS)
Normal file
BIN
thesis/fonts/Roboto_Mono.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
6
thesis/fonts/install.sh
Executable file
6
thesis/fonts/install.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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"
|
Reference in New Issue
Block a user