Last active
November 19, 2022 01:14
-
-
Save xmawja/1ce06973d407f8054c3b5c6e3af8bb96 to your computer and use it in GitHub Desktop.
A Customized Build Of st terminal and applied some useful PATCHES.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !#/bin/sh | |
| # A Customized Build Of st terminal and applied some useful PATCHES. | |
| ## https://st.suckless.org/ | |
| ################################################### | |
| # PATCHES! be aware of the version's | |
| ## https://st.suckless.org/patches/scrollback | |
| # using GIT clone the repo && change the directory | |
| git clone https://git.suckless.org/st | |
| cd cd | |
| # using your favorit SU wrapper sudo/doas make and install | |
| make clean install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment