README: Sync-Befehle (gitsync, mac-sync) dokumentiert
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cba5f63a4e
commit
22e02ddcf5
1 changed files with 18 additions and 0 deletions
18
README.md
18
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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue