Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 591 Bytes

Fedora Workstation

This is an opinionated playbook to setup a Fedora 32+ workstation with everything you need to start developing on Fedora Linux.

Quick Setup

Follow these steps to install Ansible, checkout the Fedora Workstation repo, and run the playbook:

sudo dnf install ansible -y
git clone https://github.com/sobi3ch/fedora-workstation.git
cd fedora-workstation
ansible-playbook setup_workstation.yml -e "local_user=sobi3ch [email protected]" --become --ask-become-pass

For further customization, edit vars/vars.yml to fit your needs.