Zed user-owned config lives in config/zed and should be treated as the source of truth.
Bootstrap/sync on macOS:
~/Developer/dotfiles-hd/config/zed/link-zed-config.shThis links:
~/.config/zed/settings.json->config/zed/settings.json~/.config/zed/keymap.json->config/zed/keymap.json~/.config/zed/themes->config/zed/themes~/.agents/skills/*-> matching skills under~/.codex/skills, including nested.systemskills exposed directly for Zed
It intentionally leaves ~/.config/zed/prompts and ~/Library/Application Support/Zed alone because those are runtime/user-state databases rather than portable config.