Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ fi

marketplaces=(
anthropics/claude-plugins-official
DietrichGebert/ponytail
JuliusBrussee/caveman
zilliztech/memsearch
)
Expand All @@ -24,6 +25,7 @@ plugins=(
typescript-lsp@claude-plugins-official
caveman@caveman
memsearch@memsearch-plugins
ponytail@ponytail
)
for entry in "${plugins[@]}"; do
claude plugin install "${entry}"
Expand Down
2 changes: 1 addition & 1 deletion chezmoi/.chezmoitemplates/opencode.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
},
"plugin": [
"@tarquinen/opencode-dcp",
"openslimedit",
"context-mode",
"@dietrichgebert/ponytail",
"@zilliz/memsearch-opencode"
],
"mcp": {
Expand Down
Loading