6 lines
252 B
Bash
6 lines
252 B
Bash
# Install the GlassTTY: TrueType VT220 font from github
|
|
|
|
mkdir -p ~/.local/share/fonts/truetype/
|
|
cd ~/.local/share/fonts/truetype/
|
|
curl -O https://github.com/svofski/glasstty/blob/master/Glass_TTY_VT220.ttf
|
|
fc-cache -f -v ~/.local/share/fonts/truetype/ |