Skip to content

Instantly share code, notes, and snippets.

View surreymagpie's full-sized avatar
🏠
Working from home

Rob Curtis surreymagpie

🏠
Working from home
  • Matlock, UK
  • 05:02 (UTC +01:00)
View GitHub Profile
@surreymagpie
surreymagpie / terminus_install.sh
Created July 27, 2020 15:17 — forked from mcritchlow/terminus_install.sh
Install terminus as console font for Solus
# install terminus console fonts (only)
wget https://sourceforge.net/projects/terminus-font/files/terminus-font-4.46/terminus-font-4.46.tar.gz/download -O terminus.tar.gz
tar -xvf terminus.tar.gz
cd terminus-font-4.46
./configure --prefix=/usr
make -j4 psf
sudo make install-psf
# add kernel parameter for vconsole.font
echo 'vconsole.font=ter-v32n' | sudo tee /etc/kernel/cmdline