aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-06-14 10:52:39 +0530
committerAaditya Dhruv <[email protected]>2025-06-14 10:52:39 +0530
commit35476da777e19e2bcee10beb5ed0ae7362adcd30 (patch)
treea44bfb642b4dedf7f246a82a6771980604508a55 /README.md
parent5f0f24a52d9175ab638b3d1a77454e65fad88248 (diff)
Update documentation, small fixes to variable namespacing
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 2 insertions, 10 deletions
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")