From ea4fc71d7f5ec8f4bd2039f61a0eb55c963276b7 Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 14 Mar 2026 09:28:21 +0100 Subject: [PATCH] README: mac-sync Alias und Bootstrap-Einzeiler ergaenzt --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)