scripts: add cargo, go
parent
0bbce6ebb8
commit
82575d7109
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rustup update
|
||||
|
||||
cargo install \
|
||||
vivid \
|
||||
fnm stylua taplo-cli \
|
||||
pfetch
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue