Go to file
Marvin Johanning 9318941070 Update README 2020-04-01 11:30:44 +02:00
.gitignore Initial commit 2020-03-31 23:01:55 +02:00
FAQ Initial commit 2020-03-31 23:01:55 +02:00
LEGACY Initial commit 2020-03-31 23:01:55 +02:00
LICENSE Initial commit 2020-03-31 23:01:55 +02:00
Makefile Initial commit 2020-03-31 23:01:55 +02:00
README Update README 2020-04-01 11:30:44 +02:00
TODO Initial commit 2020-03-31 23:01:55 +02:00
arg.h Initial commit 2020-03-31 23:01:55 +02:00
config.def.h Initial commit 2020-03-31 23:01:55 +02:00
config.h Update copy and paste shortcuts 2020-04-01 09:44:36 +02:00
config.mk Initial commit 2020-03-31 23:01:55 +02:00
st.1 Initial commit 2020-03-31 23:01:55 +02:00
st.c Initial commit 2020-03-31 23:01:55 +02:00
st.h Initial commit 2020-03-31 23:01:55 +02:00
st.info Initial commit 2020-03-31 23:01:55 +02:00
win.h Initial commit 2020-03-31 23:01:55 +02:00
x.c Initial commit 2020-03-31 23:01:55 +02:00

README

# Marvin's fork of suckless' st
This is my fork of suckless' simple terminal (st for short). It includes pywal, has the patch applied for scrolling through the history (with vim controls) and a bunch of other stuff.

## Prerequisites
You will need the Xlib header files for building the application; but they should already be installed on your machine if you're running GNU/Linux. I also use pywal for setting the color theme, you will therefore need to install pywal and run it at least once. Then open the `config.h` file and change the path at the top to your local user's one.

## Installation
You can edit the `config.mk` if you wish to change the setup according to your needs (it defaults to installing to /usr/local). 
Afterwards, you can simply run `make clean install`