Skip to content

Commit

Permalink
feat(chezmoi): Temporarily remove failing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Feb 6, 2024
1 parent fbbe7de commit dd79936
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
6 changes: 3 additions & 3 deletions home/.chezmoitemplates/darwin/brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
{{- $brews = concat $brews (list "docker" "docker-compose") -}}
{{- end -}}

{{- if .toolchains.golang -}}
{{- $brews = concat $brews (list "go") -}}
{{- end -}}
# {{- if .toolchains.golang -}}
# {{- $brews = concat $brews (list "go") -}}
# {{- end -}}

{{- if .toolchains.kubernetes -}}
{{- $brews = concat $brews (list "etcd" ) -}}
Expand Down
8 changes: 4 additions & 4 deletions home/.chezmoitemplates/debian/brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-}}

{{- $brews := splitList " " (includeTemplate "universal/packages" .) }}
{{- $brews := without $brews "ack" "age" "exa" "qemu" "telnet" -}}
{{- $brews := without $brews "ack" "age" "qemu" "telnet" -}}

{{- $brews := concat $brews (list
"bash"
Expand All @@ -38,9 +38,9 @@
{{- $brews = concat $brews (list "docker" "docker-compose") -}}
{{- end -}}

{{- if .toolchains.golang -}}
{{- $brews = concat $brews (list "go") -}}
{{- end -}}
# {{- if .toolchains.golang -}}
# {{- $brews = concat $brews (list "go") -}}
# {{- end -}}

{{- if .toolchains.kubernetes -}}
{{- $brews = concat $brews (list "etcd" ) -}}
Expand Down
1 change: 0 additions & 1 deletion home/.chezmoitemplates/universal/packages
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"corkscrew"
"curl"
"direnv"
"exa"
"fd"
"findutils"
"gcc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ setup() {
assert_success
}

@test "exa" {
run exa --help
assert_success
}

@test "fd" {
run fd --help
assert_success
Expand Down

0 comments on commit dd79936

Please sign in to comment.