skynet/fonts/install

6 lines
125 B
Bash
Executable File

#!/bin/sh
gpg --decrypt fonts.txz.gpg | tar xJvC ~/.local/share
cp -v merriweather/* ~/.local/share/fonts/
fc-cache rebuild