st is a simple terminal emulator for X which sucks less. This is my fork of the project. customizations are on ccod_patches branch
- In order to build st you need the Xlib header files.
- Fira Code font.
- ligatures
- keyboard select
- scrollback
You can find the patches included here: here
Based on vim-colors-pencil
- light variant
Edit config.mk to match your local setup (st is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install st (if
necessary as root):
make clean install
Based on Aurélien APTEL bt source code.