diff --git a/README.md b/README.md index 0f1b63d..7c98814 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ Personal dotfiles for Fedora KDE, managed with GNU Stow. - [VSCodium](#vscodium) - [OBS Studio](#obs-studio) - [Scripts](#scripts) -4. [Fedora KDE setup guide](#fedora-kde-setup-guide) --- @@ -23,18 +22,14 @@ Personal dotfiles for Fedora KDE, managed with GNU Stow. ``` .dotfiles/ -├── stow_me/ ← GNU Stow package (symlinked to ~) -│ ├── .config/ -│ │ ├── fish/ ← Fish shell config, functions & completions -│ │ ├── kitty/ ← Kitty terminal config (Catppuccin Macchiato) -│ │ ├── pipewire/ ← PipeWire audio (sinks loopback) -│ │ └── VSCodium/ ← VSCodium user settings -│ ├── obs-settings/ ← OBS Studio profile & scene settings -│ └── scripts/ ← Shell scripts (app_close_and_restart, shutdown) -└── fedora/ - └── kde/ - ├── installation.md ← Full Fedora KDE setup guide - └── kde_shortcuts/ ← KDE keyboard shortcut exports (1Password) +└── stow_me/ ← GNU Stow package (symlinked to ~) + ├── .config/ + │ ├── fish/ ← Fish shell config, functions & completions + │ ├── kitty/ ← Kitty terminal config (Catppuccin Macchiato) + │ ├── pipewire/ ← PipeWire audio (sinks loopback) + │ └── VSCodium/ ← VSCodium user settings + ├── obs-settings/ ← OBS Studio profile & scene settings + └── scripts/ ← Shell scripts (app_close_and_restart, shutdown) ``` --- @@ -123,11 +118,3 @@ OBS settings are split into two directories that mirror OBS's config layout: | `app_close_and_restart.sh` | Close an app and restart it | | `app_close_and_shutdown.sh` | Close an app and shut down the system | ---- - -## Fedora KDE setup guide - -Full installation guide for a fresh Fedora KDE system: -[fedora/kde/installation.md](fedora/kde/installation.md) - -Covers: RPM Fusion, multimedia codecs, package installation (DNF + Flatpak), Jottacloud, VSCodium, 1Password, and KDE shortcuts.