README: mac-sync Alias und Bootstrap-Einzeiler ergaenzt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rene 2026-03-14 09:28:21 +01:00
parent 1ed8752043
commit aa0ff378d4

View file

@ -74,9 +74,14 @@ done
alias gitcheck="~/git-check-all.sh --short"
alias gitupdate="~/git-update-all.sh"
alias gitsync="~/git-sync-all.sh"
alias mac-sync="curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash"
```
## Neuen Mac einrichten (Kurzfassung)
1. Auf einem bestehenden Mac: `gitsync` ausfuehren (pusht alles)
2. Auf dem neuen Mac: `gitsync` ausfuehren (klont fehlende Repos, pullt Updates)
2. Auf dem neuen Mac (noch ohne .zshrc) einmalig:
```bash
curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash
```
3. Danach reicht: `gitsync` (lokal) oder `mac-sync` (frisch vom Server)