diff --git a/Backup-structure-and-sync.md b/Backup-structure-and-sync.md index 53e0ec3..25ffb64 100644 --- a/Backup-structure-and-sync.md +++ b/Backup-structure-and-sync.md @@ -88,4 +88,4 @@ Domain `com.apple.dock`: ssr restore "$HOME/Library/Mobile Documents/com~apple~CloudDocs/BACKUP/oldhost - ABCD-1234/Brewfile" ``` -(Adjust path for your cloud provider — see [Configuration-reference](https://git.surke.de/osurke/system-sync-restore/wiki/Configuration-reference).) +(Adjust path for your cloud provider — see [Configuration-reference](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Configuration-reference).) diff --git a/Home.md b/Home.md index 4481b31..8124736 100644 --- a/Home.md +++ b/Home.md @@ -2,20 +2,20 @@ Reproducible macOS setup: snapshot Homebrew + app configs to your cloud drive, restore on a new machine with one workflow. -**Repository:** [system-sync-restore](https://git.surke.de/osurke/system-sync-restore) · **Issues & PRs:** use the main repo, not this wiki clone. +**Repository:** [System-Sync-Restore](https://git.surke.de/os-mnemo/System-Sync-Restore) · **Issues & PRs:** use the main repo, not this wiki clone. ## Documentation map | Topic | Page | |--------|------| -| Requirements, install, first steps | [Quick-start](https://git.surke.de/osurke/system-sync-restore/wiki/Quick-start) | -| CLI commands | [Commands](https://git.surke.de/osurke/system-sync-restore/wiki/Commands) | -| Cloud layout, Mackup, unmanaged apps, macOS pref snapshots | [Backup-structure-and-sync](https://git.surke.de/osurke/system-sync-restore/wiki/Backup-structure-and-sync) | -| `ssr.conf` keys and cloud providers | [Configuration-reference](https://git.surke.de/osurke/system-sync-restore/wiki/Configuration-reference) | -| launchd schedule, logs, `ssr update` | [Scheduling-logging-and-updates](https://git.surke.de/osurke/system-sync-restore/wiki/Scheduling-logging-and-updates) | -| zsh / bash / fish completions | [Shell-completions](https://git.surke.de/osurke/system-sync-restore/wiki/Shell-completions) | -| Security model, uninstall, legacy script migration | [Security-Uninstall-and-Migration](https://git.surke.de/osurke/system-sync-restore/wiki/Security-Uninstall-and-Migration) | -| Repo directories and scripts | [Repository-layout](https://git.surke.de/osurke/system-sync-restore/wiki/Repository-layout) | +| Requirements, install, first steps | [Quick-start](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Quick-start) | +| CLI commands | [Commands](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Commands) | +| Cloud layout, Mackup, unmanaged apps, macOS pref snapshots | [Backup-structure-and-sync](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Backup-structure-and-sync) | +| `ssr.conf` keys and cloud providers | [Configuration-reference](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Configuration-reference) | +| launchd schedule, logs, `ssr update` | [Scheduling-logging-and-updates](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Scheduling-logging-and-updates) | +| zsh / bash / fish completions | [Shell-completions](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Shell-completions) | +| Security model, uninstall, legacy script migration | [Security-Uninstall-and-Migration](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Security-Uninstall-and-Migration) | +| Repo directories and scripts | [Repository-layout](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Repository-layout) | ## At a glance diff --git a/Quick-start.md b/Quick-start.md index 958a641..44494d1 100644 --- a/Quick-start.md +++ b/Quick-start.md @@ -10,7 +10,7 @@ ## Install ```bash -git clone https://git.surke.de/osurke/system-sync-restore.git ~/.ssr +git clone https://git.surke.de/os-mnemo/System-Sync-Restore.git ~/.ssr cd ~/.ssr ./install.sh ``` @@ -40,4 +40,4 @@ Restore on a **new** machine after clone + `./install.sh`: ssr restore ``` -Default Brewfile location: `/BACKUP/ - /Brewfile`. To use another host’s snapshot, pass the Brewfile path — see [Backup-structure-and-sync](https://git.surke.de/osurke/system-sync-restore/wiki/Backup-structure-and-sync). +Default Brewfile location: `/BACKUP/ - /Brewfile`. To use another host’s snapshot, pass the Brewfile path — see [Backup-structure-and-sync](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Backup-structure-and-sync).