diff --git a/README.md b/README.md index caf0318..b7dc1c4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,24 @@ Automatisiertes Ubuntu 24.04 (Xubuntu-Desktop) Setup fuer alte MacBook Pros. Beide haben Broadcom BCM4360 WLAN (kein Treiber im Ubuntu-Installer!). +## Projekte synchronisieren + +Alle Git-Projekte zwischen Macs synchron halten: + +```bash +gitsync # lokales Skript - taegliche Arbeit +mac-sync # holt Skript frisch vom Server - nach laengerer Pause +``` + +Auf einem komplett frischen Mac (noch ohne .zshrc) einmalig: +```bash +curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash +``` + +Danach stehen `gitsync` und `mac-sync` als Alias zur Verfuegung. + +Das Skript klont fehlende Repos, pullt Remote-Aenderungen und pusht lokale Commits. + ## Installations-Ablauf **WICHTIG:** Immer das **Stock Ubuntu 24.04 Server ISO** verwenden, NICHT das custom ISO (build-iso.sh).