From dd799364c0fc5e2f4dd41fc649d4526216f2d961 Mon Sep 17 00:00:00 2001 From: William Hearn Date: Mon, 5 Feb 2024 20:11:29 -0500 Subject: [PATCH] feat(chezmoi): Temporarily remove failing packages --- home/.chezmoitemplates/darwin/brewfile | 6 +++--- home/.chezmoitemplates/debian/brewfile | 8 ++++---- home/.chezmoitemplates/universal/packages | 1 - .../share/dotfiles/exact_test/test-packages.bats.tmpl | 5 ----- 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/home/.chezmoitemplates/darwin/brewfile b/home/.chezmoitemplates/darwin/brewfile index 66903ee..a50e3c0 100644 --- a/home/.chezmoitemplates/darwin/brewfile +++ b/home/.chezmoitemplates/darwin/brewfile @@ -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" ) -}} diff --git a/home/.chezmoitemplates/debian/brewfile b/home/.chezmoitemplates/debian/brewfile index cd5bb02..e034f4c 100644 --- a/home/.chezmoitemplates/debian/brewfile +++ b/home/.chezmoitemplates/debian/brewfile @@ -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" @@ -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" ) -}} diff --git a/home/.chezmoitemplates/universal/packages b/home/.chezmoitemplates/universal/packages index 1711182..6d19aa3 100644 --- a/home/.chezmoitemplates/universal/packages +++ b/home/.chezmoitemplates/universal/packages @@ -9,7 +9,6 @@ "corkscrew" "curl" "direnv" - "exa" "fd" "findutils" "gcc" diff --git a/home/dot_local/share/dotfiles/exact_test/test-packages.bats.tmpl b/home/dot_local/share/dotfiles/exact_test/test-packages.bats.tmpl index bc4c335..3552086 100644 --- a/home/dot_local/share/dotfiles/exact_test/test-packages.bats.tmpl +++ b/home/dot_local/share/dotfiles/exact_test/test-packages.bats.tmpl @@ -36,11 +36,6 @@ setup() { assert_success } -@test "exa" { - run exa --help - assert_success -} - @test "fd" { run fd --help assert_success