mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
mise: add shell stuff
This commit is contained in:
parent
e31ef87dff
commit
72cc1a3b2d
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue