Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 876 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 876 Bytes

Workstation Setup

Ansible playbooks for my workstations.

Supported distro

  • 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