Last active
September 19, 2018 20:57
awesome
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
cd Downloads | |
wget https://dl.suckless.org/st/st-0.8.1.tar.gz | |
tar xf st+* | |
cd st-0.8.1 | |
sudo apt install build-essential libx11-dev libxft-dev | |
make | |
sudo make install | |
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/local/bin/st 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment