Created
July 28, 2025 08:22
-
-
Save W1M0R/e66c9244982c9d95ce56024a84bb8a96 to your computer and use it in GitHub Desktop.
mise x -- cmd.exe /d /s /c "node --version"
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] | |
experimental = true | |
idiomatic_version_file_enable_tools = ["rust"] | |
windows_shim_mode = "hardlink" | |
[tools] | |
go = "1.24.4" | |
node = "22.6.0" | |
"ubi:tailwindlabs/tailwindcss" = "4.1.5" | |
"go:github.com/a-h/templ/cmd/templ" = "0.3.887" | |
"go:github.com/josephspurrier/goversioninfo/cmd/goversioninfo" = "1.4.1" | |
"go:github.com/wailsapp/wails/v2/cmd/wails" = "2.9.1" | |
"go:github.com/evanw/esbuild/cmd/esbuild" = "0.25.5" | |
# run: mise x -- cmd.exe /d /s /c "node --version" | |
# it will fail | |
# then comment the next tool out and run the command again | |
# it will succeed | |
"go:github.com/go-delve/delve/cmd/dlv" = "1.24.2" |
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] | |
experimental = true | |
windows_shim_mode = "hardlink" | |
idiomatic_version_file_enable_tools = ["rust"] | |
auto_install = false | |
exec_auto_install = false | |
task_run_auto_install = false | |
not_found_auto_install = false | |
pin = true | |
yes = true | |
cargo.binstall = true | |
npm.bun = true | |
[tools] | |
go = "1.24.4" | |
bun = "1.2.16" | |
node = "23.9.0" | |
deno = "2.3.6" | |
pnpm = "10.6.2" | |
rust = "1.85.0" | |
aqua = "2.53.6" | |
java = "24.0.1" | |
difftastic = "0.64.0" | |
dotslash = "0.5.7" | |
cargo-binstall = "1.12.7" | |
gum = "0.16.1" | |
killport = "1.1.0" | |
task = "3.44.0" | |
watchexec = "2.3.2" | |
xh = "0.24.1" | |
coreutils = "0.1.0" | |
bat = "0.25.0" | |
svu = "3.2.3" | |
git-chglog = "0.15.4" | |
fzf = "0.62.0" | |
dive = "0.13.1" | |
envsubst = "1.4.3" | |
rclone = "1.70.1" | |
flatc = "24.12.23" | |
protoc = "21.8" | |
glow = "2.1.1" | |
pixi = "0.48.2" | |
pipx = "1.7.1" | |
python = "3.10.16" | |
uv = "0.7.13" | |
pandoc = "3.7.0.2" | |
ubi = "0.7.2" | |
git-cliff = "2.9.1" | |
jq = "1.8.0" | |
docker-cli = "28.3.0" | |
podman = "5.5.2" | |
fd = "10.2.0" | |
gemini-cli = "0.1.9" | |
air = "1.62.0" | |
hyperfine = "1.19.0" | |
"npm:wait-on" = "8.0.3" | |
"npm:quicktype" = "23.0.171" | |
"npm:@mermaid-js/mermaid-cli" = "11.6.0" | |
"ubi:plantuml/plantuml" = { version = "v1.2025.3-native", extract_all = "true" } | |
"ubi:uutils/findutils" = { version = "0.8.0", extract_all = "true" } | |
"ubi:https://jdbc.postgresql.org/download/postgresql-42.7.7.jar" = { version = "42.7.7", rename_exe = "postgresql-jdbc-driver.jar" } | |
"ubi:schemaspy/schemaspy" = "6.2.4" | |
"ubi:pkgxdev/pkgx" = "2.7.0" | |
"ubi:k1LoW/tbls" = "1.85.5" | |
"ubi:dotenvx/dotenvx" = "1.44.2" | |
"ubi:mattn/goreman" = "0.3.16" | |
"ubi:stefanlogue/meteor" = "0.27.0" | |
"ubi:wait4x/wait4x" = "3.3.1" | |
"ubi:ph4r5h4d/wait4it" = "13.1.2" | |
"ubi:git-town/git-town" = "21.1.0" | |
"ubi:eza-community/eza" = "0.21.5" | |
"ubi:moonrepo/proto" = "0.51.4" | |
"go:github.com/a-h/templ/cmd/templ" = "0.3.887" | |
"go:github.com/brianvoe/gofakeit/v7/cmd/gofakeit" = "v7.2.1" | |
"go:github.com/josephspurrier/goversioninfo/cmd/goversioninfo" = "v1.5.0" | |
"aqua:BurntSushi/xsv" = "0.13.0" | |
"aqua:johnkerl/miller" = "6.13.0" | |
"pipx:mkdocs" = { version = "1.6.1", uvx_args = "--with mkdocs-material" } | |
"pipx:weasyprint" = "65.1" | |
"pipx:csvkit" = "2.1.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment