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
5 changes: 0 additions & 5 deletions chezmoi/.chezmoiexternal.toml.tmpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[".config/git/alias"]
type = "file"
url = "https://github.com/GitAlias/gitalias/raw/main/gitalias.txt"
refreshPeriod = "168h"

[".local/bin/mcp-cli"]
type = "file"
{{- if (eq .chezmoi.arch "amd64") }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if not .is_ephemeral -}}
{{- if not .is_ephemeral -}}

#!/usr/bin/env bash
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion chezmoi/.chezmoiscripts/run_before_brew_install.sh.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if not .is_ephemeral -}}
{{- if not .is_ephemeral -}}

#!/usr/bin/env bash
set -euo pipefail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ agents+=(claude-code)
{{- end }}

repo_skills=(
mattpocock/skills=setup-matt-pocock-skills,grill-with-docs,grilling,domain-modeling,to-prd,to-issues
mattpocock/skills=research,codebase-design,tdd,improve-codebase-architecture,diagnosing-bugs
mattpocock/skills=wayfinder,grill-with-docs,to-spec,to-tickets,implement,code-review,diagnosing-bugs
mattpocock/skills=grilling,domain-modeling,research,prototype,codebase-design,tdd,triage,handoff
mattpocock/skills=setup-matt-pocock-skills,improve-codebase-architecture,writing-great-skills
philschmid/mcp-cli=mcp-cli
)
for entry in "${repo_skills[@]}"; do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if and (eq .chezmoi.os "darwin") (not .is_ephemeral) -}}
{{- if and (eq .chezmoi.os "darwin") (not .is_ephemeral) -}}

#!/usr/bin/env bash
set -euo pipefail
Expand Down
6 changes: 6 additions & 0 deletions chezmoi/.chezmoiscripts/run_onchange_setup_claude.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@ done

plugins=(
claude-code-setup@claude-plugins-official
claude-md-management@claude-plugins-official
code-simplifier@claude-plugins-official
commit-commands@claude-plugins-official
feature-dev@claude-plugins-official
gopls-lsp@claude-plugins-official
pr-review-toolkit@claude-plugins-official
pyright-lsp@claude-plugins-official
security-guidance@claude-plugins-official
typescript-lsp@claude-plugins-official
caveman@caveman
context-mode@context-mode
Expand Down
Loading
Loading