This automates the setup process of a minimal but usable Arch Linux configuration by using a combination of shell-script and ansible-playbook steps.
What has to be available for it to work:
$USER
must be part of wheel
groupThere are two ways to execute the setup.
From within your fresh Arch-Linux install run:
curl -fsSL https://ckiri.github.io/arch-playbook/setup.sh | sh
To start the playbook, first clone this repository:
git clone https://github.com/ckiri/arch-playbook
CD into the repo:
cd arch-playbook
Finally run the playbook:
ansible-playbook -i inventory -K playbook.yml