§st
§Activating theme
- Download the latest version of st. You can check the latest version in st's page:
wget http://dl.suckless.org/st/st-0.9.tar.gz
- Also download the latest dracula st patch version. You can check the latest version in dracula patch's page:
wget http://st.suckless.org/patches/dracula/st-dracula-0.8.5.diff
- Uncompress st file and get into the directory:
tar xf st-0.9.tar.gz
cd st-0.9/
- Apply the patch, compile and install st:
patch -p1 < ../st-dracula-0.8.5.diff
make
sudo make install