linux-setup icon indicating copy to clipboard operation
linux-setup copied to clipboard

Automated Arch Linux configuration with Ansible

Workstation Setup

Ansible playbooks for my workstations.

Supported distro

  • [x] Arch Linux
  • [ ] Fedora

Features

  • Install Arch Linux automatically (scripts in ./base)
  • Configure the newly installed system automatically:
    • Install my dotfiles and custom packages
    • Install system configuration files
    • And more

Usage

After login for the first time, connect to the internet if needed (using nmtui), download and run the Ansible playbook:

git clone https://github.com/khuedoan/linux-setup.git
cd linux-setup
make

Acknowledgements