Fix Gist setup and first-run bootstrap

This commit is contained in:
2026-07-29 17:43:26 +08:00
parent 13cf327f48
commit f19466a5df
9 changed files with 189 additions and 65 deletions
+3
View File
@@ -22,4 +22,7 @@ foreach ($script in @(
}
[IO.File]::WriteAllText((Join-Path $target "tasks.json"), $tasks, $utf8)
node (Join-Path $source "scripts\zed-settings-sync.mjs") export (Join-Path $target "zed-settings-sync.json")
if ($LASTEXITCODE -ne 0) { throw "Failed to generate zed-settings-sync.json" }
Write-Host "Exported Zed configuration from $source"