Skip to content

Instantly share code, notes, and snippets.

@android10
Last active February 5, 2023 09:33
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save android10/74657da5d16f4f69ca62443215cb5b4f to your computer and use it in GitHub Desktop.
Save android10/74657da5d16f4f69ca62443215cb5b4f 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