Skip to content

Instantly share code, notes, and snippets.

@aclemmensen
Last active September 19, 2018 20:57
Show Gist options
  • Save aclemmensen/fe90764a84802feaf045f31c683b2e2b to your computer and use it in GitHub Desktop.
Save aclemmensen/fe90764a84802feaf045f31c683b2e2b to your computer and use it in GitHub Desktop.
awesome
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