Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pantuts/cbcfd1aeac64f6ec7e89e3ec93c3c104 to your computer and use it in GitHub Desktop.
Save pantuts/cbcfd1aeac64f6ec7e89e3ec93c3c104 to your computer and use it in GitHub Desktop.
Install larger (and cooler) font on Arch Linux Console: https://wiki.archlinux.org/index.php/Linux_console#Fonts

1. Install Terminus Font from AUR.


2. Set current font:

  • Info:

    • Depending on the size you want: ter-p24n, ter-p28n, ter-p32n
  • Command:

    • setfont ter-p24n

3. Make changes persistent:

  • Info:

    • You have to modify or create the file: /etc/vconsole.conf
  • Command:

    • sudo vim /etc/vconsole.conf 
    •  FONT=ter-p24n
       FONT_MAP=8859-2
    
    

4. Check current console font (Optional):

  • Command:
    • showconsolefont

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment