feat: Removed .zsh and .zshrc
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user