Modify the sudoers file to avoid typing your password every time:
sudo EDITOR=vim visudo
Uncomment this line in the sudoers file:
After modification, it should look like this:
Run the following commands to install and execute the Void auto-install script:
sudo xbps-install -Sy && sudo xbps-install -uy xbps
wget https://github.com/elbachir-one/VOID/blob/main/void.sh
chmod +x void.sh
./void.sh
Et voilà – your Suckless tools setup for Void Linux is complete!