((counter++)) gibt exit-code 1 wenn counter vorher 0 war. Mit set -e bricht das Skript dann sofort ab. Fix: || true Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- bin/git-check-all.sh: Status aller Git-Repos prüfen (alias gitcheck) - bin/git-update-all.sh: Alle Git-Repos pullen (alias gitupdate) - .p10k.zsh: Powerlevel10k-Konfiguration für einheitliches Terminal-Setup