Add installFonts.sh
This commit is contained in:
6
installFonts.sh
Normal file
6
installFonts.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user