Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 560 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 560 Bytes

Ansible-based Arch Linux post-install configuration

Installation

  1. Install Arch Linux (using the Installation Guide)
  2. Setup a network connection
  3. Install git & ansible (pacman -S git ansible)
  4. Clone this repo (git clone https://github.com/willfrew/templated-arch)
  5. Run the ansible playbook (./templated-arch/install.sh)
  6. Set your password (passwd will)

Optional

  1. Create .gitconfig.work with work-specific overrides for git configuration (user.email / gpg signing key)