Skip to content

Templated Arch Linux post-install configuration with Ansible

Notifications You must be signed in to change notification settings

willfrew/templated-arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)