Skip to content

Commit

Permalink
chore: prefer brew over go install for some tools
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Oct 28, 2024
1 parent 67aa27a commit 688b9b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions scripts/brew_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ brew install \
starship zsh-autosuggestions \
git neovim \
bat-extras \
fdupes rsync rclone restic wcurl ncdu \
fdupes rsync rclone restic f2 wcurl ncdu \
tlrc vivid zellij totp-cli \
yt-dlp newsboat vips btop \
fnm oven-sh/bun/bun deno uv \
just typst asciidoctor clang-format stylua taplo typos-cli typstyle marksman tinymist \
ollama gitleaks gh glab \
just typst asciidoctor clang-format stylua sqlfluff taplo typos-cli typstyle marksman tinymist \
yq gojq fx ollama gitleaks gh glab k1LoW/tap/tbls \
qmk/qmk/qmk daktilo asciinema \
redis mysql-client
5 changes: 0 additions & 5 deletions scripts/go.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#!/usr/bin/env bash

go install github.com/ayoisaiah/f2/cmd/f2@latest

go install mvdan.cc/sh/v3/cmd/shfmt@latest

go install golang.org/x/tools/gopls@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/antonmedv/fx@latest

go install golang.org/x/telemetry/cmd/gotelemetry@latest
gotelemetry on
Expand Down

0 comments on commit 688b9b8

Please sign in to comment.