diff --git a/chezmoi/.chezmoiexternal.toml.tmpl b/chezmoi/.chezmoiexternal.toml.tmpl index 6d524090..0c908742 100644 --- a/chezmoi/.chezmoiexternal.toml.tmpl +++ b/chezmoi/.chezmoiexternal.toml.tmpl @@ -3,6 +3,14 @@ url = "https://github.com/GitAlias/gitalias/raw/main/gitalias.txt" refreshPeriod = "168h" +{{- if and (eq .chezmoi.os "darwin") (eq .chezmoi.arch "arm64")}} +[".local/bin/mcp-cli"] + type = "file" + url = "{{ gitHubLatestReleaseAssetURL "philschmid/mcp-cli" (printf "mcp-cli-%s-%s" .chezmoi.os .chezmoi.arch) }}" + executable = true + refreshPeriod = "168h" +{{- end }} + {{- if .is_ephemeral }} [".local/bin/fzf"] type = "archive-file" diff --git a/chezmoi/.chezmoiscripts/run_before_brew_install.sh.tmpl b/chezmoi/.chezmoiscripts/run_before_brew_install.sh.tmpl index 5a43da04..9a8c81dc 100644 --- a/chezmoi/.chezmoiscripts/run_before_brew_install.sh.tmpl +++ b/chezmoi/.chezmoiscripts/run_before_brew_install.sh.tmpl @@ -124,6 +124,7 @@ brew "docker-compose" brew "docker-credential-helper" brew "kubernetes-cli" +brew "ctx7" brew "opencode" brew "rtk"