README.md 806 B

Goodies for Void Linux

Void Linux is amazingly fast, lightweight, bare-bones and adheres to unix philosophies better than any other popular GNU+Linux distros. With Void Linux we can have the fun of building a system from ground up. Here are some things to use with Void Linux.

articles

Inside the articles folder, you will find some articles on Void Linux.

srcpkgs

Inside the srcpkgs folder, you will find some package recepies for use with xbps-src utility.

Installation and Usage:

sudo xbps-install xtools
git clone --depth=1 https://github.com/void-linux/void-packages
cd void-packages
./xbps-src binary-bootstrap
# Do the above once if not done already.
# To copy all the packages
cp -r /path/to/this/repo/srcpkgs/* srcpkgs/
./xbps-src pkg <package name>
xi <package name>