From b7dcd23b3f32e8d9d27a95d7c056974fe5ce7cc6 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Thu, 17 Oct 2024 21:16:55 -0400 Subject: [PATCH] Add config-font --- config-font | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 config-font diff --git a/config-font b/config-font new file mode 100755 index 0000000..96927e2 --- /dev/null +++ b/config-font @@ -0,0 +1,7 @@ +#!/bin/bash + +cp $HOME/.bashrc .bashrc.bak + +echo "setfont Lat2-TerminusBold24x12.psf.gz" >> $HOME/.bashrc + +exit 0