Skip to content

Instantly share code, notes, and snippets.

@MindPatch
Created April 15, 2021 03:19
Show Gist options
  • Save MindPatch/d4b88a56426627271e7460d7e7fe336b to your computer and use it in GitHub Desktop.
Save MindPatch/d4b88a56426627271e7460d7e7fe336b to your computer and use it in GitHub Desktop.
my void linux workflow
sudo xbps-install -Sy
sudo xbps-install -u xbps
sudo xbps-install -S vim base-devel libX11-devel libXft-devel libXinerama-devel python3-pip git gcc
mkdir suckless
cd suckless
git clone https://git.suckless.org/dwm
cd dwm
sudo make clean install
cd ../
git clone https://github.com/knassar702/st # st with my patches
cd st
sudo make clean install
cd ../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment