From 35476da777e19e2bcee10beb5ed0ae7362adcd30 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sat, 14 Jun 2025 10:52:39 +0530 Subject: Update documentation, small fixes to variable namespacing --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 896ce8d..f943ff6 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,8 @@ This repository is used to setup my Fedora Workstation. It consists of various Ansible playbooks that automate a large chunk of setting up tools, configuartion files and system packages. -While I use GNOME on my workstation, this playbook allows installation of either BSPWM (XOrg) or Hyprland (Wayland). -Those flags can be setup in `config.yaml`. - -All configuration should be done through `config.yaml`. The repo does let you install a lot of the packages by -`groups` +This repository will setup the tools, packages, and services that I use on my GNOME Workstation. They are controlled by flags that can be setup in `config.yaml`. +All configuration should be done through `config.yaml`. To understand how to configure the installation, refer to [`CONFIGURATION.md`](./CONFIGURATION.md) - - -This is how the setup looks on Fedora with Hyprland as the TWM. - -![alt fedora](res/fedora-wayland.png "Hyprland on Fedora") -- cgit