README: Sync-Befehle (gitsync, mac-sync) dokumentiert
This commit is contained in:
parent
1e4ebaca63
commit
ad00265bc6
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!).
|
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
|
## Installations-Ablauf
|
||||||
|
|
||||||
**WICHTIG:** Immer das **Stock Ubuntu 24.04 Server ISO** verwenden, NICHT das custom ISO (build-iso.sh).
|
**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