mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(mise/config): enhance Ruby installation settings and clean up tool dependencies
This commit is contained in:
@@ -24,7 +24,11 @@ bun = true
|
|||||||
uvx = true
|
uvx = true
|
||||||
|
|
||||||
[settings.ruby]
|
[settings.ruby]
|
||||||
|
# ruby-install supports new releases immediately, as opposed to ruby-build which
|
||||||
|
# requires an update before new releases are available.
|
||||||
ruby_install = true
|
ruby_install = true
|
||||||
|
# Precompiled binaries causes issues with Ruby LSP.
|
||||||
|
compile = true
|
||||||
|
|
||||||
[tools]
|
[tools]
|
||||||
"aqua:AlexanderGrooff/mermaid-ascii" = "latest"
|
"aqua:AlexanderGrooff/mermaid-ascii" = "latest"
|
||||||
@@ -43,7 +47,6 @@ ruby_install = true
|
|||||||
"cargo:paper-terminal" = "latest"
|
"cargo:paper-terminal" = "latest"
|
||||||
"cargo:parallel-disk-usage" = { version = "latest", bin = "pdu" }
|
"cargo:parallel-disk-usage" = { version = "latest", bin = "pdu" }
|
||||||
"cargo:pastel" = "latest"
|
"cargo:pastel" = "latest"
|
||||||
"github:spinel-coop/rv" = "latest"
|
|
||||||
"github:stacklok/toolhive" = "latest"
|
"github:stacklok/toolhive" = "latest"
|
||||||
"go:github.com/rakyll/hey" = "latest"
|
"go:github.com/rakyll/hey" = "latest"
|
||||||
"go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "latest"
|
"go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "latest"
|
||||||
@@ -82,7 +85,6 @@ ruby_install = true
|
|||||||
"pipx:fonttools" = "latest"
|
"pipx:fonttools" = "latest"
|
||||||
"pipx:pipx" = "latest"
|
"pipx:pipx" = "latest"
|
||||||
"pipx:yamllint" = "latest"
|
"pipx:yamllint" = "latest"
|
||||||
"ubi:rails/rails-new" = "latest"
|
|
||||||
1password-cli = "latest"
|
1password-cli = "latest"
|
||||||
actionlint = "latest"
|
actionlint = "latest"
|
||||||
argo-rollouts = "latest"
|
argo-rollouts = "latest"
|
||||||
@@ -118,7 +120,6 @@ helm = "latest"
|
|||||||
helmfile = "latest"
|
helmfile = "latest"
|
||||||
hexyl = "latest"
|
hexyl = "latest"
|
||||||
hivemind = "latest"
|
hivemind = "latest"
|
||||||
hugo-extended = "latest"
|
|
||||||
hwatch = "0.3.18"
|
hwatch = "0.3.18"
|
||||||
jq = "latest"
|
jq = "latest"
|
||||||
jwt = "latest"
|
jwt = "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user