diff --git a/README.md b/README.md index 1e321d8..e344c48 100644 --- a/README.md +++ b/README.md @@ -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)