1 parent 69d73de commit ab33476Copy full SHA for ab33476
2 files changed
src/.chezmoiexternal.toml.tmpl
@@ -1,15 +1,5 @@
1
{{ $refreshPeriod := "168h" -}}
2
3
-{{ $gitDefaultBranch := "git-default-branch-aarch64-apple-darwin" -}}
4
-
5
-{{ if ne $gitDefaultBranch "" -}}
6
-["bin/git-default-branch"]
7
-type = "file"
8
-url = "https://github.com/mono0x/git-default-branch/releases/latest/download/{{ $gitDefaultBranch }}"
9
-executable = true
10
-refreshPeriod = "{{ $refreshPeriod }}"
11
-{{ end -}}
12
13
{{ $goss := "goss-darwin-arm64" -}}
14
15
{{ if ne $goss "" -}}
src/dot_config/mise/config.toml
@@ -9,6 +9,10 @@ uv = "latest"
usage = "latest"
+[tools."github:mono0x/git-default-branch"]
+version = "latest"
+bin = "git-default-branch"
+
16
[settings]
17
experimental = true
18
disable_backends = ["asdf", "vfox"]
0 commit comments