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