Add portable plugin configuration for cross-host sync

- Create plugins/config.json with marketplace sources and desired plugins
- Remove plugins/installed_plugins.json from tracking (host-specific paths)
- Add installed_plugins.json to .gitignore
- Update README with plugin installation instructions
- Enable example-skills plugin in settings.json
This commit is contained in:
2026-01-12 13:13:07 -05:00
parent 77e7b0f84e
commit 13a0920b06
5 changed files with 59 additions and 43 deletions

1
.gitignore vendored
View File

@@ -26,3 +26,4 @@ plugins/marketplaces/
plugins/repos/
plugins/install-counts-cache.json
plugins/known_marketplaces.json
plugins/installed_plugins.json