Ansible playbooks for my workstations.
- Arch Linux
- Fedora
- 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
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
- kewlfft for Ansible module to manage packages from the AUR
- Asif Mahmud for adding new SSH key to GitHub account