# st - simple terminal - mike's build ### Patch Management Patches are applied using [Quilt](https://savannah.nongnu.org/projects/quilt/quilt/), which is a patch manager that allows you to easily apply multiple patches, revert specific patches, etc. It makes customizing suckless projects much easier since most changes are done via patches. ## Installation ```sh git clone https://git.mjwilson.org/mike/st.git cd st sudo make clean install ```