feat: centralize hyprland config, resolve wayland deadkey issues for linux, and update installer/docs

This commit is contained in:
2026-06-22 19:17:28 +02:00
parent ff1174c60c
commit 65f9fb0e57
21 changed files with 1087 additions and 42 deletions
+6 -2
View File
@@ -1,7 +1,7 @@
# 🚀 Dotfiles - QA Engineer Dev Setup
Meine persönliche Development-Umgebung optimiert für:
- **TypeScript/Playwright** Testing (QA bei Mobilistics)
- **TypeScript/Playwright** Testing (QA)
- **Go** Development (Benchmarking & Learning)
- **Fish Shell** mit modernen Tools
- **Ghostty** Terminal
@@ -24,11 +24,13 @@ Meine persönliche Development-Umgebung optimiert für:
- **Git**: LazyGit, Fugitive, Gitsigns
- **Formatting**: Conform (Prettier, Black, gofumpt)
### System Monitoring
### System Monitoring & Window Managers
- **btop** - Ressourcen-Monitor (Primary)
- **htop** - Fallback Monitor (wenn btop abstürzt)
- **neofetch** - System Info
- **yabai** - Tiling Window Manager (macOS)
- **Hyprland** - Dynamic tiling Wayland compositor (Linux)
---
@@ -67,6 +69,7 @@ ln -sf ~/gits/dotfiles/.config/ghostty ~/.config/ghostty
ln -sf ~/gits/dotfiles/.config/starship.toml ~/.config/starship.toml
ln -sf ~/gits/dotfiles/.config/neofetch ~/.config/neofetch
ln -sf ~/gits/dotfiles/.config/yabai ~/.config/yabai
ln -sf ~/gits/dotfiles/.config/hypr ~/.config/hypr
# Btop & Htop Konfigurationsdateien verlinken
mkdir -p ~/.config/btop ~/.config/htop
@@ -103,6 +106,7 @@ dotfiles/
│ ├── htop/ # System monitor fallback
│ ├── neofetch/ # System info config
│ ├── yabai/ # Window manager (macOS)
│ ├── hypr/ # Window manager (Linux/Wayland)
│ └── starship.toml # Prompt config
├── install.sh # Automated setup
└── README.md # This file