refactor 🔨: Improve Script and README (Warning Section)

This commit is contained in:
Ayush Dumasia 2025-05-17 09:46:15 +05:30
parent fdcdc5ee4e
commit aacea95b85
2 changed files with 70 additions and 51 deletions

View file

@ -108,3 +108,17 @@ Heres an improved version of your README **"Quick Installation"** section, wi
I use [`ngw-look`](https://github.com/nwg-piotr/nwg-look) to configure GTK themes and styles. Make sure it's installed and configured as part of your post-install customization.
---
## ⚠️ Important Notice (Read Before Running Setup)
> ### **Warning:**
>
> This setup script will **move your existing config files** (e.g., for Waybar, Kitty, Hyprland, etc.) to a backup folder at `~/.config_backup`. Then, it will copy the new configs from this repo into your `~/.config` directory.
>
> ### What this means:
>
> - Your current setup will be **replaced**.
> - If you have customizations you care about, **back them up manually** or review the script before running.
> - Fonts and themes will be installed system-wide in your `~/.local/share/fonts` directory.
---