Add config-font

This commit is contained in:
Scott C. MacCallum 2024-10-17 21:16:55 -04:00
parent ad20f7514e
commit b7dcd23b3f

7
config-font Executable file

@ -0,0 +1,7 @@
#!/bin/bash
cp $HOME/.bashrc .bashrc.bak
echo "setfont Lat2-TerminusBold24x12.psf.gz" >> $HOME/.bashrc
exit 0