Created
April 15, 2021 03:19
-
-
Save MindPatch/d4b88a56426627271e7460d7e7fe336b to your computer and use it in GitHub Desktop.
my void linux workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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