skynet/fonts/install-termux

7 lines
167 B
Plaintext
Raw Normal View History

2023-03-06 16:18:39 -06:00
#!/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