st/README.md

32 lines
894 B
Markdown
Raw Normal View History

2022-01-23 00:13:36 +00:00
# st
2022-02-18 18:39:39 +00:00
My perfect build of suckless's simple terminal.
2022-02-19 23:17:57 +00:00
![st screenshot](https://file.coffee/u/EwXVfS6GGdHmbA.png)
2022-02-19 23:27:35 +00:00
# patches
2022-02-19 23:17:57 +00:00
- st-boxdraw_v2-0.8.3.diff
- st-clipboard-0.8.3.diff
- st-font2-20190416-ba72400.diff
- st-ligatures-boxdraw-20210824-0.8.4.diff
- st-scrollback-20210507-4536f46.diff
- st-scrollback-mouse-20191024-a2c479c.diff
2022-02-19 23:27:35 +00:00
# installation
2022-02-19 23:17:57 +00:00
**Note:** Install the default fonts: Iosevka, Font Awesome and JoyPixels.
Clone the git repository
```sh
git clone https://github.com/SpyHoodle/st
```
Change directory to st
```sh
cd st
```
Make and install st
```sh
make install
```
2022-02-19 23:34:37 +00:00
**Final step:** Add a colourscheme to `~/cols/st.h`. This is where st will read a colorscheme.<br>
This should be in the usual form st would have a colourscheme in it's own source code, as `st.h` is included at compile time.<br>
Alternatively, you could change the location of the colourscheme in `config.h`.