Contains PKGBUILD and setup scripts for new Archlinux installs on my machines. The PKGBUILD packages are meta packages that I use to get all the base tools I need to get up and running on a new install.
Initial setup scripts are in the setup directory
The init script takes a suffix of the PKGBUILD file to run
For example:
$ ./init.sh shared
will install all dependencies in the PKGBUILD-shared file.