feat: centralize hyprland config, resolve wayland deadkey issues for linux, and update installer/docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user