Skip to content

Commit ab33476

Browse files
committed
Install git-default-branch tool via mise
1 parent 69d73de commit ab33476

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

src/.chezmoiexternal.toml.tmpl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{{ $refreshPeriod := "168h" -}}
22

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-
133
{{ $goss := "goss-darwin-arm64" -}}
144

155
{{ if ne $goss "" -}}

src/dot_config/mise/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ uv = "latest"
99

1010
usage = "latest"
1111

12+
[tools."github:mono0x/git-default-branch"]
13+
version = "latest"
14+
bin = "git-default-branch"
15+
1216
[settings]
1317
experimental = true
1418
disable_backends = ["asdf", "vfox"]

0 commit comments

Comments
 (0)