added font install script for termux

This commit is contained in:
Rudis Muiznieks 2023-03-06 16:18:39 -06:00
parent b21d21beaa
commit fbe4fe47dc
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 6 additions and 0 deletions

6
fonts/install-termux Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
mkdir -p ~/fontstemp
gpg --decrypt fonts.txz.gpg | tar xJvC ~/fontstemp
cp ~/fontstemp/fonts/DraftingMono-Regular.ttf ~/.termux/font.ttf
rm -rf ~/fontstemp