Files
dotfiles/installFonts.sh
2024-08-23 17:25:44 +02:00

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/