diff --git a/README.md b/README.md index a5b0371..1bff9cb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Reproducible macOS setup in one workflow: snapshot your Homebrew bundle and appl | Legacy Mackup symlinks | Run `ssr mackup unlink` once if you previously used `mackup link` | **Full documentation (configuration tables, pref snapshots, logs, security, migration):** -**[Wiki → https://git.surke.de/osurke/system-sync-restore/wiki](https://git.surke.de/osurke/system-sync-restore/wiki)** +**[Wiki → https://git.surke.de/os-mnemo/System-Sync-Restore/wiki](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki)** > Successor to `system_sync.sh` / `system_restore.sh`. Same intent, modernized modular tooling. @@ -26,7 +26,7 @@ Reproducible macOS setup in one workflow: snapshot your Homebrew bundle and appl ## 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 ``` @@ -53,7 +53,7 @@ ssr status Summary ssr version ``` -**New machine:** clone → `./install.sh` → `ssr restore`. Details: [Quick-start](https://git.surke.de/osurke/system-sync-restore/wiki/Quick-start), [Backup-structure-and-sync](https://git.surke.de/osurke/system-sync-restore/wiki/Backup-structure-and-sync). +**New machine:** clone → `./install.sh` → `ssr restore`. Details: [Quick-start](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Quick-start), [Backup-structure-and-sync](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Backup-structure-and-sync). --- @@ -61,14 +61,14 @@ ssr version | Topic | Wiki | |--------|------| -| Install & first steps | [Quick-start](https://git.surke.de/osurke/system-sync-restore/wiki/Quick-start) | -| Command list | [Commands](https://git.surke.de/osurke/system-sync-restore/wiki/Commands) | -| Cloud layout, unmanaged apps, macOS pref snapshots | [Backup-structure-and-sync](https://git.surke.de/osurke/system-sync-restore/wiki/Backup-structure-and-sync) | -| `ssr.conf` and cloud paths | [Configuration-reference](https://git.surke.de/osurke/system-sync-restore/wiki/Configuration-reference) | -| launchd, logs, `ssr update` | [Scheduling-logging-and-updates](https://git.surke.de/osurke/system-sync-restore/wiki/Scheduling-logging-and-updates) | -| Tab completions | [Shell-completions](https://git.surke.de/osurke/system-sync-restore/wiki/Shell-completions) | -| Security, uninstall, legacy scripts | [Security-Uninstall-and-Migration](https://git.surke.de/osurke/system-sync-restore/wiki/Security-Uninstall-and-Migration) | -| Repo tree | [Repository-layout](https://git.surke.de/osurke/system-sync-restore/wiki/Repository-layout) | +| Install & first steps | [Quick-start](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Quick-start) | +| Command list | [Commands](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Commands) | +| Cloud layout, 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` and cloud paths | [Configuration-reference](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Configuration-reference) | +| launchd, logs, `ssr update` | [Scheduling-logging-and-updates](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Scheduling-logging-and-updates) | +| Tab completions | [Shell-completions](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Shell-completions) | +| Security, uninstall, legacy scripts | [Security-Uninstall-and-Migration](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Security-Uninstall-and-Migration) | +| Repo tree | [Repository-layout](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Repository-layout) | --- @@ -77,7 +77,7 @@ ssr version Edit the **wiki** repository (`System-Sync-Restore.wiki`) for user-facing guides; keep this README as the short landing page and link hub. Example clone: ```bash -git clone https://git.surke.de/osurke/system-sync-restore.wiki.git +git clone https://git.surke.de/os-mnemo/System-Sync-Restore.wiki.git ``` ---