- Install Arch Linux (using the Installation Guide)
- Setup a network connection
- Install git & ansible (
pacman -S git ansible
) - Clone this repo (
git clone https://github.com/willfrew/templated-arch
) - Run the ansible playbook (
./templated-arch/install.sh
) - Set your password (
passwd will
)
- Create
.gitconfig.work
with work-specific overrides for git configuration (user.email / gpg signing key)