docs: opdater README efter flytning til ansible-repo

- Fjern Fedora KDE setup guide sektion og indekslink
- Fjern fedora/kde/ fra repo-strukturen
This commit is contained in:
2026-05-22 19:01:28 +02:00
parent cd8450330e
commit e8abfb085f
+8 -21
View File
@@ -15,7 +15,6 @@ Personal dotfiles for Fedora KDE, managed with GNU Stow.
- [VSCodium](#vscodium) - [VSCodium](#vscodium)
- [OBS Studio](#obs-studio) - [OBS Studio](#obs-studio)
- [Scripts](#scripts) - [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/ .dotfiles/
── stow_me/ ← GNU Stow package (symlinked to ~) ── stow_me/ ← GNU Stow package (symlinked to ~)
├── .config/ ├── .config/
│ ├── fish/ ← Fish shell config, functions & completions │ ├── fish/ ← Fish shell config, functions & completions
│ ├── kitty/ ← Kitty terminal config (Catppuccin Macchiato) │ ├── kitty/ ← Kitty terminal config (Catppuccin Macchiato)
│ ├── pipewire/ ← PipeWire audio (sinks loopback) │ ├── pipewire/ ← PipeWire audio (sinks loopback)
│ └── VSCodium/ ← VSCodium user settings │ └── VSCodium/ ← VSCodium user settings
├── obs-settings/ ← OBS Studio profile & scene settings ├── obs-settings/ ← OBS Studio profile & scene settings
└── scripts/ ← Shell scripts (app_close_and_restart, shutdown) └── scripts/ ← Shell scripts (app_close_and_restart, shutdown)
└── fedora/
└── kde/
├── installation.md ← Full Fedora KDE setup guide
└── kde_shortcuts/ ← KDE keyboard shortcut exports (1Password)
``` ```
--- ---
@@ -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_restart.sh` | Close an app and restart it |
| `app_close_and_shutdown.sh` | Close an app and shut down the system | | `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.