Last active
June 20, 2025 19:21
-
-
Save pythoninthegrass/f095f46231bc5b7100a2919a57340e83 to your computer and use it in GitHub Desktop.
mise config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[settings] | |
disable_backends = ["dotnet"] | |
[settings.pipx] | |
uvx = true | |
[tools] | |
1password-cli = "2.30.3" | |
aqua = "2.51.2" | |
"aqua:ahmetb/kubectx" = "0.9.5" | |
"aqua:ahmetb/kubectx/kubens" = "0.9.5" | |
"aqua:apple/pkl" = "0.28.2" | |
"aqua:astral-sh/ruff" = "0.11.13" | |
"aqua:astral-sh/uv" = "0.7.13" | |
"aqua:aws/aws-cli" = "2.27.35" | |
"aqua:biomejs/biome" = "1.9.4" | |
"aqua:budimanjojo/talhelper" = "3.0.29" | |
"aqua:BurntSushi/ripgrep" = "14.1.1" | |
"aqua:charmbracelet/glow" = "2.1.1" | |
"aqua:charmbracelet/gum" = "0.16.1" | |
"aqua:charmbracelet/skate" = "1.0.1" | |
"aqua:charmbracelet/vhs" = "0.9.0" | |
"aqua:cli/cli" = "2.74.1" | |
"aqua:crossplane/crossplane" = "1.20.0" | |
"aqua:dagger/dagger" = "0.18.10" | |
"aqua:derailed/k9s" = "0.50.6" | |
"aqua:earthly/earthly" = "0.8.15" | |
"aqua:fastfetch-cli/fastfetch" = "2.45.0" | |
"aqua:getsops/sops" = "3.10.2" | |
"aqua:gitleaks/gitleaks" = "8.27.2" | |
"aqua:gleam-lang/gleam" = "1.11.1" | |
"aqua:gopasspw/gopass" = "1.15.16" | |
"aqua:goreleaser/goreleaser" = "2.10.2" | |
"aqua:hadolint/hadolint" = "2.12.0" | |
"aqua:hashicorp/packer" = "1.13.1" | |
"aqua:hashicorp/terraform" = "1.12.2" | |
"aqua:helm/helm" = "3.18.2" | |
"aqua:jesseduffield/lazydocker" = "0.24.1" | |
"aqua:jesseduffield/lazygit" = "0.51.1" | |
"aqua:jqlang/jq" = "1.8.0" | |
"aqua:junegunn/fzf" = "0.62.0" | |
"aqua:ko-build/ko" = "0.18.0" | |
"aqua:koalaman/shellcheck" = "0.10.0" | |
"aqua:kubernetes-sigs/kustomize" = "5.6.0" | |
"aqua:kubernetes/kubectl" = "1.33.1" | |
"aqua:kubeshark/kubeshark" = "52.7.7" | |
"aqua:kyverno/kyverno" = "1.14.2" | |
"aqua:mikefarah/yq" = "4.45.4" | |
"aqua:nektos/act" = "0.2.78" | |
"aqua:neovim/neovim" = "0.11.2" | |
"aqua:ollama/ollama" = "0.9.0" | |
"aqua:opentofu/opentofu" = "1.9.1" | |
"aqua:pre-commit/pre-commit" = "4.2.0" | |
"aqua:protocolbuffers/protobuf/protoc" = "31.1" | |
"aqua:pulumi/pulumi" = "3.175.0" | |
"aqua:rancher/cli" = "2.11.2" | |
"aqua:rclone/rclone" = "1.69.3" | |
"aqua:restic/restic" = "0.18.0" | |
"aqua:sharkdp/hyperfine" = "1.19.0" | |
"aqua:sigstore/cosign" = "2.5.0" | |
"aqua:snyk/cli" = "1.1297.1" | |
"aqua:spacelift-io/spacectl" = "1.14.2" | |
"aqua:stefanprodan/timoni" = "0.25.1" | |
"aqua:stern/stern" = "1.32.0" | |
"aqua:superfly/flyctl" = "0.3.142" | |
"aqua:terraform-linters/tflint" = "0.58.0" | |
"aqua:tilt-dev/tilt" = "0.34.5" | |
"aqua:yorukot/superfile" = "1.3.1" | |
"pipx:ansible-core" = { version = "2.18.6", uvx_args = "--with ansible" } | |
"pipx:azure-cli" = "2.74.0" | |
"ubi:ajeetdsouza/zoxide" = "0.9.8" | |
"ubi:helmfile/helmfile" = "1.1.2" | |
"ubi:jgm/pandoc" = "3.7.0.2" | |
azure = "2.74.0" | |
cargo-binstall = "1.13.0" | |
deno = "2.3.6" | |
gcloud = "526.0.1" | |
go = "1.24.4" | |
helm = "3.18.2" | |
heroku = "9.5.1" | |
kompose = "1.36.0" | |
node = "24.2.0" | |
python = "3.12.11" | |
redis = "8.0.2" | |
ruby = "3.4.4" | |
rust = { version = "1.87.0", profile = "default" } | |
slsa-verifier = "2.7.0" | |
talos = "1.10.3" | |
task = "3.44.0" | |
zig = "mach-latest" | |
zls = "0.14.0" |
git clone [email protected]:f095f46231bc5b7100a2919a57340e83.git mise_config && cd $_
mkdir -p ~/.config/mise
ln -s $(pwd)/config.toml ~/.config/mise/config.toml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://henry.precheur.org/unix/asdf_to_mise/