mise: add shell stuff

This commit is contained in:
Smirnov Oleksandr 2024-11-02 15:12:07 +02:00
parent e31ef87dff
commit 72cc1a3b2d
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
[tools] [tools]
usage = "latest" # required for mise to work usage = "latest"
bun = "latest" bun = "latest"
gleam = "latest" gleam = "latest"
rebar = "latest" rebar = "latest"
@ -7,8 +7,10 @@ go = "latest"
golangci-lint = "latest" golangci-lint = "latest"
deno = "latest" deno = "latest"
node = "lts" node = "lts"
shellcheck = "latest"
shfmt = "latest"
[settings] [settings]
experimental = true
go_set_goroot = false go_set_goroot = false
go_set_gopath = false go_set_gopath = false
experimental = true