Skip to content

khuedoan/linux-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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