chore: prefer brew over go install for some tools
parent
67aa27abf7
commit
688b9b844c
|
@ -5,11 +5,11 @@ brew install \
|
||||||
starship zsh-autosuggestions \
|
starship zsh-autosuggestions \
|
||||||
git neovim \
|
git neovim \
|
||||||
bat-extras \
|
bat-extras \
|
||||||
fdupes rsync rclone restic wcurl ncdu \
|
fdupes rsync rclone restic f2 wcurl ncdu \
|
||||||
tlrc vivid zellij totp-cli \
|
tlrc vivid zellij totp-cli \
|
||||||
yt-dlp newsboat vips btop \
|
yt-dlp newsboat vips btop \
|
||||||
fnm oven-sh/bun/bun deno uv \
|
fnm oven-sh/bun/bun deno uv \
|
||||||
just typst asciidoctor clang-format stylua taplo typos-cli typstyle marksman tinymist \
|
just typst asciidoctor clang-format stylua sqlfluff taplo typos-cli typstyle marksman tinymist \
|
||||||
ollama gitleaks gh glab \
|
yq gojq fx ollama gitleaks gh glab k1LoW/tap/tbls \
|
||||||
qmk/qmk/qmk daktilo asciinema \
|
qmk/qmk/qmk daktilo asciinema \
|
||||||
redis mysql-client
|
redis mysql-client
|
||||||
|
|
|
@ -1,16 +1,11 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
go install github.com/ayoisaiah/f2/cmd/f2@latest
|
|
||||||
|
|
||||||
go install mvdan.cc/sh/v3/cmd/shfmt@latest
|
go install mvdan.cc/sh/v3/cmd/shfmt@latest
|
||||||
|
|
||||||
go install golang.org/x/tools/gopls@latest
|
go install golang.org/x/tools/gopls@latest
|
||||||
go install golang.org/x/tools/cmd/goimports@latest
|
go install golang.org/x/tools/cmd/goimports@latest
|
||||||
|
|
||||||
go install github.com/mikefarah/yq/v4@latest
|
|
||||||
go install github.com/itchyny/gojq/cmd/gojq@latest
|
|
||||||
go install github.com/walles/moar@latest
|
go install github.com/walles/moar@latest
|
||||||
go install github.com/antonmedv/fx@latest
|
|
||||||
|
|
||||||
go install golang.org/x/telemetry/cmd/gotelemetry@latest
|
go install golang.org/x/telemetry/cmd/gotelemetry@latest
|
||||||
gotelemetry on
|
gotelemetry on
|
||||||
|
|
Loading…
Reference in New Issue