Suckles' Simple Terminal Fork st website st repo how to sync your fork with the original git repo # setup repo git clone https://github.com/alvaronaschez/st git remote add upstream https://git.suckless.org/st # sync fork git fetch upstream git checkout master git merge upstream/master