Skip to content

Commit 5df81a5

Browse files
committed
feat(opencode): add superpowers
1 parent c3ed6dd commit 5df81a5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

home/.chezmoiexternal.toml.tmpl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,16 @@ refreshPeriod = "24h"
225225
url = "https://github.com/catppuccin/alacritty.git"
226226
refreshPeriod = "168h"
227227

228+
# renovate: datasource=github-releases depName=obra/superpowers
229+
{{ $obraSuperpowersVersion := "v4.0.1" -}}
230+
231+
[".config/opencode/superpowers"]
228232
type = "git-repo"
233+
url = "https://github.com/obra/superpowers.git"
229234
refreshPeriod = "168h"
235+
args = ["--branch", "{{ $obraSuperpowersVersion }}"]
230236

237+
{{ if not (eq "root" .me.user) -}} # skip if running in CI
231238
{{- if and (lookPath "is-github-authed.sh") (eq (output "is-github-authed.sh") "true") -}}
232239
# ╭──────────────────────────────────────────────────────────╮
233240
# │ git-repo │
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ .chezmoi.homeDir }}/.config/opencode/superpowers/.opencode/plugin/superpowers.js

0 commit comments

Comments
 (0)