mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(mise): move settings back into single config.toml file
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
[settings]
|
||||||
|
cargo_binstall = true
|
||||||
|
experimental = true
|
||||||
|
legacy_version_file = true
|
||||||
|
not_found_auto_install = false
|
||||||
|
|
||||||
|
[settings.status]
|
||||||
|
missing_tools = "never"
|
||||||
|
show_env = true
|
||||||
|
show_tools = false
|
||||||
|
|
||||||
[tools]
|
[tools]
|
||||||
"cargo:bacon" = "latest"
|
"cargo:bacon" = "latest"
|
||||||
"cargo:bat" = "latest"
|
"cargo:bat" = "latest"
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
cargo_binstall = true
|
|
||||||
experimental = true
|
|
||||||
legacy_version_file = true
|
|
||||||
|
|
||||||
[status]
|
|
||||||
missing_tools = "never"
|
|
||||||
show_env = true
|
|
||||||
show_tools = false
|
|
||||||
Reference in New Issue
Block a user