You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
568 B
568 B
st - simple terminal
st is a simple terminal emulator for X which sucks less.
Features
- Proper copy & pasting
- Scrolling
- Ligatures
- Fira Code font, 16px size
- Gruvbox theme
- Bold isn't bright patch
- Secondary font with emojis
Requirements
In order to build st you need the Xlib header files, libharfbuzz & freetype2.
Installation
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