i actually documented something for once, so i could reference it myself later. asking for some feedback on this, but it is quite long so i get it if you don't read it all or care. figured some newbie might stumble upon this in the future and get something out of it.
First of all, make sure you have the Void installation guide open. Most of this is just hand holding you through their instructions. For what it's worth, I think it's valuable to have another newb explain how they went about getting things done.
Do the thing (going to expand on this later, I actually feel like I should study this step and understand what it is I'm doing before I tell anyone to copy me).
On error, install the following dependency: xtools
sudo xbps-install xtools
Reboot to get latest kernel version after update
sudo shutdown -r now
Install packages:
After install, I got started with: xorg, pulseaudio, i3-gaps, dmenu, alacritty, firefox, nnn, sxiv, Zathura, htop, node, rust, and ofc nvim. This will keep me going for a while.
Edit .xinitrc (in your home directory) to run i3-gaps on load
exec i3
Update packages, just in case and reboot
Honestly, I just do this out of paranoia and habit. Every time I open a terminal session I just update everything.
sudo xbps-install -Syu
reboot
Some issues I faced dealt with audio, which I found was quite common. Ensure you have pulseaudio installed, and if that doesnt work, apparently alsamixer also works pretty well. Just make sure to change your i3 config (/.config/i3/config) to bind the alsamixer settings and not the default pulseaudio bindings.
But if a post is receiving discussion, then it IS active. Back in the olden days we would waylay people for not using the search to find previous posts rather than make a new one. If a thread is active and relevant, its age shouldnt just blast it out of existence.
The constant churn of "only new posts are relevant, anything older than a day is functionally archived" of the modern internet landscape is a bad thing in my opinion.
They have a version with musl alongside a glibc version. Probably use the glibc version if you want to use any compatibility layers (like Proton in Steam).
Edit: And yes, runit is used instead of systemd, as well as the xbps package manager being a favorite of some.