st/README.md

33 lines
806 B
Markdown

# My custom st build
This repository is a fork of the simple terminal from suckless which contains custom configurations.
st is a simple terminal emulator for X which sucks less.
# Requirements
In order to build st you need the Xlib header files.
# Installation
The config.mk file was edited so that the installation path is set to ${HOME}/.local.
This can be edited to match your own local setup.
Enter the following command to build and install st (if necessary as root):
```bash
make clean install
```
# Running st
If you did not install st with make clean install, you must compile
the st terminfo entry with the following command:
```bash
tic -sx st.info
```
See the man page for additional details.
# Credits
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.