README: mac-sync Alias und Bootstrap-Einzeiler ergaenzt
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1ed8752043
commit
aa0ff378d4
1 changed files with 6 additions and 1 deletions
|
|
@ -74,9 +74,14 @@ done
|
||||||
alias gitcheck="~/git-check-all.sh --short"
|
alias gitcheck="~/git-check-all.sh --short"
|
||||||
alias gitupdate="~/git-update-all.sh"
|
alias gitupdate="~/git-update-all.sh"
|
||||||
alias gitsync="~/git-sync-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)
|
## Neuen Mac einrichten (Kurzfassung)
|
||||||
|
|
||||||
1. Auf einem bestehenden Mac: `gitsync` ausfuehren (pusht alles)
|
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue