My fork of the simple terminal from Suckless. https://st.suckless.org/
References: https://github.com/folke/tokyonight.nvim/blob/main/extras/xresources_tokyonight_night.Xresources https://github.com/enkia/tokyo-night-vscode-theme/blob/master/README.md#color-palette |
||
---|---|---|
themes | ||
FAQ | ||
LEGACY | ||
LICENSE | ||
Makefile | ||
README.md | ||
TODO | ||
arg.h | ||
config.def.h | ||
config.h | ||
config.mk | ||
st.1 | ||
st.c | ||
st.h | ||
st.info | ||
win.h | ||
x.c |
README.md
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):
$ 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:
$ tic -sx st.info
See the man page for additional details.
Credits
Based on Aurélien APTEL bt source code.