We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87944f3 commit 73aff91Copy full SHA for 73aff91
home/.chezmoiexternal.toml.tmpl
@@ -68,24 +68,11 @@
68
69
{{ end -}} # linux
70
71
-{{- $qArch := "x86_64" }}
72
{{- $kiroArch := "x86_64" -}}
73
{{- if eq .chezmoi.arch "aarch64" }}
74
-{{- $qArch = "aarch64" }}
75
{{- $kiroArch = "aarch64" -}}
76
{{- end }}
77
78
-{{- $qBins := list "q" "qchat" "qterm" -}}
79
-{{- range $qBin := $qBins }}
80
-[".local/bin/{{ $qBin }}"]
81
-type = "archive-file"
82
-url = "https://desktop-release.q.us-east-1.amazonaws.com/latest/q-{{ $qArch }}-{{ $.chezmoi.os }}.zip"
83
-extract = true
84
-path = "bin/{{ $qBin }}"
85
-stripComponents = 1
86
-refreshPeriod = "24h"
87
-{{ end -}}
88
-
89
{{- $kiroBins := list "cli" "cli-chat" -}}
90
{{- range $kiroBin := $kiroBins }}
91
[".local/bin/kiro-{{ $kiroBin }}"]
0 commit comments