chore(scripts): move to go install as much as possible
parent
a1ae3fcba2
commit
d23844f4e9
|
@ -1,8 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
go install github.com/dundee/gdu/v5/cmd/gdu@latest
|
||||
go install github.com/muesli/duf@latest
|
||||
go install github.com/charmbracelet/glow@latest
|
||||
|
||||
go install mvdan.cc/sh/v3/cmd/shfmt@latest
|
||||
|
||||
go install golang.org/x/tools/gopls@latest
|
||||
go install github.com/bufbuild/buf-language-server/cmd/bufls@latest
|
||||
|
||||
go install github.com/mikefarah/yq/v4@latest
|
||||
go install github.com/itchyny/gojq/cmd/gojq@latest
|
||||
|
||||
go install mvdan.cc/gofumpt@latest
|
||||
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
|
||||
go install gotest.tools/gotestsum@latest
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
port install \
|
||||
git neovim \
|
||||
fd bat ripgrep difftastic git-delta exa zellij fdupes rclone restic tealdeer task gdu duf glow \
|
||||
fd bat ripgrep difftastic git-delta exa zellij fdupes rclone restic tealdeer task \
|
||||
nnn imagemagick ffmpegthumbnailer asciinema agg android-platform-tools scrcpy libjxl yt-dlp \
|
||||
lua-language-server yq jq
|
||||
pipx lua-language-server
|
||||
|
|
Loading…
Reference in New Issue