install.fairie/home/dot_config/mise/config.toml

23 lines
487 B
TOML
Raw Normal View History

2024-01-02 19:36:15 -08:00
[tools]
java = 'openjdk-20'
node = 'lts'
python = ['3.10', '3.11', '3.12']
ruby = '3.1.3'
[settings]
legacy_version_file = true
always_keep_download = false
always_keep_install = false
plugin_autoupdate_last_check_duration = '1 week'
verbose = false
asdf_compat = false
jobs = 4
raw = false
yes = false
2024-01-03 12:22:19 -08:00
# not_found_auto_install = true
# task_output = "prefix"
2024-01-02 19:36:15 -08:00
shorthands_file = '~/.config/mise/shorthands.toml'
disable_default_shorthands = false
2024-01-03 12:22:19 -08:00
# env_file = '.env'
2024-01-02 19:36:15 -08:00
experimental = true