-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
40 lines (33 loc) · 1.03 KB
/
config.toml
File metadata and controls
40 lines (33 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tools]
1password-cli = "2.30.3" ## For password management
bun = "1.3.1"
github-cli = "2.86.0"
go = "1.25.5" ## For golang package management
jq = "1.8.1"
nodejs = "22.12.0" ## For node runtime
python = "3.13.1" ## For python runtime
rust = "1.93.0"
fastfetch = "2.54.0"
yq = "4.48.1"
chezmoi = "2.69.3"
usage = "2.12.0" ## Required by `mise completion`
uv = "0.9.5"
[plugins]
1password-cli = "https://github.com/kc-workspace/asdf-1password"
[settings]
disable_backends = ["spm", "dotnet", "gem", "ubi"]
not_found_auto_install = true
use_versions_host = false ## NOTE: https://github.com/jdx/mise/discussions/4878
pin = true
idiomatic_version_file_enable_tools = ["node"]
[settings.status]
show_env = true
show_tools = true
missing_tools = "always"
truncate = false
[settings.npm]
package_manager = "bun"
[settings.pipx]
uvx = true
[env]
_.file = '.env'