skynet/fonts/install-termux

7 lines
162 B
Bash
Executable File

#!/bin/sh
mkdir -p ~/fontstemp
gpg --decrypt fonts.txz.gpg | tar xJvC ~/fontstemp
cp ~/fontstemp/fonts/MonaLisa-normal.ttf ~/.termux/font.ttf
rm -rf ~/fontstemp