feat(tools): move over a few more tools to be managed by mise

This commit is contained in:
2024-05-09 03:17:27 +01:00
parent 3201add496
commit 698860e72c
3 changed files with 13 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ brew 'geckodriver'
brew 'git'
brew 'git-crypt'
brew 'git-delta'
brew 'hey'
brew 'highlight'
brew 'htop'
brew 'httpie'
@@ -43,16 +42,13 @@ brew 'pandoc'
brew 'pgformatter'
brew 'readline'
brew 'redis'
brew 'rustup-init'
brew 'source-highlight'
brew 'svn'
brew 'telnet'
brew 'terraform-ls'
brew 'tflint'
brew 'tmux'
brew 'trash'
brew 'tree'
brew 'watch'
brew 'wget'
brew 'yank'
brew 'zsh'

View File

@@ -12,13 +12,19 @@
"cargo:eza" = "latest"
"cargo:gitu" = "0.19"
"cargo:hexyl" = "latest"
"cargo:hwatch" = "latest"
"cargo:jwt-cli" = "latest"
"cargo:kubectl-watch" = "latest"
"cargo:sccache" = "latest"
"cargo:tlrc" = "latest"
"cargo:ubi" = "latest"
"cargo:watchexec-cli" = "latest"
"go:github.com/bufbuild/buf-language-server/cmd/bufls" = "latest"
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
"go:github.com/golang/mock/mockgen" = "latest"
"go:github.com/hashicorp/terraform-ls" = "latest"
"go:github.com/nametake/golangci-lint-langserver" = "latest"
"go:github.com/rakyll/hey" = "latest"
"go:github.com/segmentio/golines" = "latest"
"go:golang.org/x/tools/cmd/godoc" = "latest"
"go:golang.org/x/tools/cmd/goimports" = "latest"
@@ -54,6 +60,7 @@
"npm:yaml-language-server" = "latest"
1password-cli = "latest"
actionlint = "latest"
awscli = "latest"
buf = "latest"
ctop = "latest"
direnv = "latest"
@@ -79,6 +86,7 @@ shellcheck = "latest"
shfmt = "latest"
starship = "latest"
terraform = "latest"
tflint = "latest"
usage = "latest"
yj = "latest"
yq = "latest"

View File

@@ -46,6 +46,11 @@ if command-exists flutter; then
alias fl="flutter"
fi
# hwatch
if command-exists hwatch; then
alias wa="hwatch"
fi
# Misc.
alias weechat="TERM=screen-256color weechat-curses"
alias slashdot="ab -kc 50 -t 300"