docs: oversæt README til dansk

This commit is contained in:
2026-05-22 22:32:00 +02:00
parent ead03d60e0
commit fc2cc413ba
+39 -40
View File
@@ -1,16 +1,16 @@
# .dotfiles # .dotfiles
Personal dotfiles for Fedora KDE, managed with GNU Stow. Personlige dotfiles til Fedora KDE, styret med GNU Stow.
> For automatisk opsætning af hele systemet inkl. pakker, fonte og ikon-tema — se [ansible-repo'et](https://git.itedb.dk/glennigen/ansible). > For automatisk opsætning af hele systemet inkl. pakker, fonte og ikon-tema — se [ansible-repo'et](https://git.itedb.dk/glennigen/ansible).
## Index ## Indeks
1. [Repo structure](#repo-structure) 1. [Repo-struktur](#repo-struktur)
2. [Installation](#installation) 2. [Installation](#installation)
- [Clone & stow](#clone--stow) - [Klon & stow](#klon--stow)
- [Set fish as login shell](#set-fish-as-login-shell) - [Sæt fish som login-shell](#sæt-fish-som-login-shell)
3. [What's included](#whats-included) 3. [Indhold](#indhold)
- [Fish shell](#fish-shell) - [Fish shell](#fish-shell)
- [Kitty terminal](#kitty-terminal) - [Kitty terminal](#kitty-terminal)
- [PipeWire](#pipewire) - [PipeWire](#pipewire)
@@ -20,25 +20,25 @@ Personal dotfiles for Fedora KDE, managed with GNU Stow.
--- ---
## Repo structure ## Repo-struktur
``` ```
.dotfiles/ .dotfiles/
└── stow_me/ ← GNU Stow package (symlinked to ~) └── stow_me/ ← GNU Stow-pakke (symlinket til ~)
├── .config/ ├── .config/
│ ├── fish/ ← Fish shell config, functions & completions │ ├── fish/ ← Fish shell-config, funktioner & 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 brugerindstillinger
├── obs-settings/ ← OBS Studio profile & scene settings ├── obs-settings/ ← OBS Studio profil- og sceneindstillinger
└── scripts/ ← Shell scripts (app_close_and_restart, shutdown) └── scripts/ ← Shell-scripts (app_close_and_restart, shutdown)
``` ```
--- ---
## Installation ## Installation
### Clone & stow ### Klon & stow
```fish ```fish
git clone https://git.itedb.dk/glennigen/.dotfiles.git ~/.dotfiles git clone https://git.itedb.dk/glennigen/.dotfiles.git ~/.dotfiles
@@ -46,11 +46,11 @@ cd ~/.dotfiles
stow -d stow_me/ -t ~ . stow -d stow_me/ -t ~ .
``` ```
- `-d stow_me/` sets the stow directory, `-t ~` sets the target — nothing outside `stow_me/` is touched. - `-d stow_me/` sætter stow-mappen, `-t ~` sætter målet — intet uden for `stow_me/` røres.
- Preview changes first with `stow -n -d stow_me/ -t ~ .`. - Forhåndsvis ændringer med `stow -n -d stow_me/ -t ~ .` inden du kører.
- Resolve any conflicting files before running stow (move or delete them). - Løs eventuelle konflikter inden stow køres (flyt eller slet de eksisterende filer).
### Set fish as login shell ### Sæt fish som login-shell
```fish ```fish
chsh -s (which fish) $USER chsh -s (which fish) $USER
@@ -58,65 +58,64 @@ chsh -s (which fish) $USER
--- ---
## What's included ## Indhold
### Fish shell ### Fish shell
`stow_me/.config/fish/` `stow_me/.config/fish/`
| File/Dir | Purpose | | Fil/mappe | Formål |
|---|---| |---|---|
| `config.fish` | Runs `fastfetch` on interactive sessions | | `config.fish` | Kører `fastfetch` ved interaktive sessioner |
| `fish_variables` | Fish universal variables | | `fish_variables` | Fish universelle variabler |
| `conf.d/fish_frozen_key_bindings.fish` | Key binding overrides | | `conf.d/fish_frozen_key_bindings.fish` | Tastaturgenvej-overrides |
| `conf.d/fish_frozen_theme.fish` | Theme config | | `conf.d/fish_frozen_theme.fish` | Tema-config |
| `completions/jotta-cli.fish` | Tab completions for jotta-cli | | `completions/jotta-cli.fish` | Tab-completions til jotta-cli |
**Functions:** **Funktioner:**
| Function | Description | | Funktion | Beskrivelse |
|---|---| |---|---|
| `ll` | `lsd -Alh --group-dirs first` | | `ll` | `lsd -Alh --group-dirs first` |
| `sll` | `sudo lsd -Alh --group-dirs first` | | `sll` | `sudo lsd -Alh --group-dirs first` |
| `dup` | `sudo dnf upgrade` | | `dup` | `sudo dnf upgrade` |
| `sudo!!` | Re-run last command with sudo | | `sudo!!` | Kør forrige kommando med sudo |
| `zup` | `sudo zypper ref && sudo zypper dup` (openSUSE) | | `zup` | `sudo zypper ref && sudo zypper dup` (openSUSE) |
### Kitty terminal ### Kitty terminal
`stow_me/.config/kitty/` `stow_me/.config/kitty/`
- `kitty.conf`main config (font: JetBrainsMono Nerd Font Mono, theme: Catppuccin Macchiato) - `kitty.conf`hovedkonfig (font: JetBrainsMono Nerd Font Mono, tema: Catppuccin Macchiato)
- `Catppuccin-Macchiato.conf`color theme - `Catppuccin-Macchiato.conf`farvetema
- `current-theme.conf` — active theme symlink/include - `current-theme.conf` — aktivt tema (symlink/include)
### PipeWire ### PipeWire
`stow_me/.config/pipewire/pipewire.conf.d/sinks-loopback.conf` `stow_me/.config/pipewire/pipewire.conf.d/sinks-loopback.conf`
Custom loopback sink configuration. Brugerdefineret loopback sink-konfiguration.
### VSCodium ### VSCodium
`stow_me/.config/VSCodium/User/settings.json` `stow_me/.config/VSCodium/User/settings.json`
User settings for VSCodium. Brugerindstillinger til VSCodium inkl. terminal-font.
### OBS Studio ### OBS Studio
`stow_me/obs-settings/` `stow_me/obs-settings/`
OBS settings are split into two directories that mirror OBS's config layout: OBS-indstillinger er opdelt i to mapper der spejler OBS's config-layout:
- `Profile-files/GlennIgen/` — encoder and recording settings - `Profile-files/GlennIgen/` — encoder- og optagelsesindstillinger
- `Settings-files/` — global settings, scenes, plugin configs (websocket, rtmp-services, plugin manager) - `Settings-files/` — globale indstillinger, scener, plugin-configs (websocket, rtmp-services, plugin manager)
### Scripts ### Scripts
`stow_me/scripts/` `stow_me/scripts/`
| Script | Description | | Script | Beskrivelse |
|---|---| |---|---|
| `app_close_and_restart.sh` | Close an app and restart it | | `app_close_and_restart.sh` | Luk en app og genstart den |
| `app_close_and_shutdown.sh` | Close an app and shut down the system | | `app_close_and_shutdown.sh` | Luk en app og sluk systemet |