feat: Removed .zsh and .zshrc

This commit is contained in:
2025-10-13 10:15:50 +02:00
parent 8230492c3a
commit d09146d2c9
20 changed files with 64 additions and 313 deletions

View File

@@ -25,7 +25,8 @@ Meine persönliche Development-Umgebung optimiert für:
- **Formatting**: Conform (Prettier, Black, gofumpt)
### System Monitoring
- **btop** - Ressourcen-Monitor
- **btop** - Ressourcen-Monitor (Primary)
- **htop** - Fallback Monitor (wenn btop abstürzt)
- **neofetch** - System Info
- **yabai** - Tiling Window Manager (macOS)
@@ -83,12 +84,11 @@ dotfiles/
│ │ │ ├── core/ # Options, keymaps, lazy.nvim
│ │ │ └── plugins/ # Plugin configs (modular!)
│ │ └── init.lua # Entry point
│ ├── btop/ # System monitor config
│ ├── btop/ # System monitor config (primary)
│ ├── htop/ # System monitor fallback
│ ├── neofetch/ # System info config
│ ├── yabai/ # Window manager (macOS)
│ └── starship.toml # Prompt config
├── .zsh/ # Zsh configs (optional)
├── .zshrc # Zsh config
├── install.sh # Automated setup
└── README.md # This file
```