diff --git a/scripts/cargo.sh b/scripts/cargo.sh new file mode 100755 index 0000000..2669a76 --- /dev/null +++ b/scripts/cargo.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +rustup update + +cargo install \ + vivid \ + fnm stylua taplo-cli \ + pfetch diff --git a/scripts/go.sh b/scripts/go.sh new file mode 100755 index 0000000..10a1a61 --- /dev/null +++ b/scripts/go.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +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 mvdan.cc/gofumpt@latest +go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest +go install gotest.tools/gotestsum@latest diff --git a/scripts/macports_init.sh b/scripts/macports_init.sh index f126c06..7dfd0d6 100755 --- a/scripts/macports_init.sh +++ b/scripts/macports_init.sh @@ -2,5 +2,6 @@ port install \ git neovim \ - fd bat ripgrep difftastic git-delta exa zellij fdupes rclone restic tealdeer task gdu duf gitui \ - nnn imagemagick ffmpegthumbnailer asciinema agg android-platform-tools scrcpy + fd bat ripgrep difftastic git-delta exa zellij fdupes rclone restic tealdeer task gdu duf glow \ + nnn imagemagick ffmpegthumbnailer asciinema agg android-platform-tools scrcpy \ + yq jq