From 688b9b844cc18fcf4b56f4f3bf70472666b3f796 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 29 Oct 2024 02:32:30 +0700 Subject: [PATCH] chore: prefer brew over go install for some tools --- scripts/brew_init.sh | 6 +++--- scripts/go.sh | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/scripts/brew_init.sh b/scripts/brew_init.sh index e01aa46..659f844 100755 --- a/scripts/brew_init.sh +++ b/scripts/brew_init.sh @@ -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 diff --git a/scripts/go.sh b/scripts/go.sh index e4afc7a..387643e 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -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