#!/bin/sh # Installs from source git clone https://git.suckless.org/st cd st curl -O http://st.suckless.org/patches/alpha/st-alpha-0.8.2.diff git apply st-alpha-0.8.2.diff make install cd .. git clone https://aur.archlinux.org/preloader-signed.git chown -R nobody preloader-signed cd preloader-signed su nobody -c "makepkg -si" cd ..