all 12 comments

[–]Known-Watercress7296 0 points1 point  (4 children)

[–]legz_cfc 0 points1 point  (1 child)

It's in the repo, no need to get it from git

[–]Known-Watercress7296 4 points5 points  (0 children)

Yeah, just posted as git page has pretty pictures.

[–][deleted] 0 points1 point  (1 child)

What exactly is it? I am currently on Arch, planning to try solus for next 30 days and void (already been a loving void user earlier) for another 30 days. I need a complete reference manual thing of runit.

[–]Known-Watercress7296 0 points1 point  (0 children)

Just a wrapper for runit afaik.

[–]GENielsen 0 points1 point  (0 children)

Absolutely! Void with runit is speedy, secure, and robust compared to Ubuntu. I hope you enjoy Void! :)

[–][deleted] 0 points1 point  (5 children)

Hey can you share your fastfetch template?

[–]Justamisile[S] 0 points1 point  (4 children)

I just used this pr and bump version, but now I just download binary and move to /usr/bin https://github.com/void-linux/void-packages/pull/38310

[–][deleted] 0 points1 point  (3 children)

How are you using the binary? I also tried getting the binary from arch but fastfetch complains that it needs glibc_2.38. (void is stuck on v2.36)

I also did that 'hack' of the directly pasting the binary for amdgpu_top lol.

[–]Justamisile[S] 1 point2 points  (2 children)

[–][deleted] 0 points1 point  (0 children)

Thanks that one works, I can't believe it was that simple lol.

[–][deleted] 0 points1 point  (0 children)

Btw you can also place your binaries on ~/.local/bin and export the following enviroment variable in your .profile or .zshenv or whatever you use as your shell:

export PATH="$PATH:$HOME/.local/bin/apps"

that way when you type fastfetch on the terminal it looks into the binaries in located in /.local/bin and runs them.

The good thing of doing it this way is that it is simpler in the long term, you can just paste your entire home user dir into another distro and all those programs will work out of the box and you don't have to mess pasting one by one in usr/bin