dev: automated commit - 2025-10-19 12:15:20
This commit is contained in:
parent
6b67d64cef
commit
b40e30baef
6 changed files with 404 additions and 34 deletions
|
|
@ -2,38 +2,31 @@
|
|||
mkcert = "latest"
|
||||
usage = "latest"
|
||||
|
||||
"ubi:a-h/templ" = "latest"
|
||||
"ubi:stern/stern" = "latest"
|
||||
|
||||
#Some optional utilities
|
||||
"ubi:BurntSushi/ripgrep" = { version = "latest", exe = "rg" }
|
||||
"ubi:sharkdp/fd" = "latest"
|
||||
"ubi:sharkdp/bat" = "latest"
|
||||
"ubi:cli/cli" = { version = "latest", exe = "gh" }
|
||||
"ubi:jdx/mise" = "latest"
|
||||
|
||||
[settings]
|
||||
# plugins can read the versions files used by other version managers (if enabled by the plugin)
|
||||
# for example, .nvmrc in the case of node's nvm
|
||||
legacy_version_file = true # enabled by default (unlike asdf)
|
||||
|
||||
# configure `mise install` to always keep the downloaded archive
|
||||
always_keep_download = false # deleted after install by default
|
||||
always_keep_install = false # deleted on failure by default
|
||||
|
||||
# configure how frequently (in minutes) to fetch updated plugin repository changes
|
||||
# this is updated whenever a new runtime is installed
|
||||
# (note: this isn't currently implemented but there are plans to add it: https://github.com/jdx/mise/issues/128)
|
||||
plugin_autoupdate_last_check_duration = '1 week' # set to 0 to disable updates
|
||||
|
||||
# config files with these prefixes will be trusted by default
|
||||
legacy_version_file = true
|
||||
always_keep_download = false
|
||||
always_keep_install = false
|
||||
plugin_autoupdate_last_check_duration = '1 week'
|
||||
trusted_config_paths = []
|
||||
|
||||
verbose = false # set to true to see full installation output, see `MISE_VERBOSE`
|
||||
asdf_compat = false # set to true to ensure .tool-versions will be compatible with asdf, see `MISE_ASDF_COMPAT`
|
||||
#http_timeout = 30 # set the timeout for http requests in seconds, see `MISE_HTTP_TIMEOUT`
|
||||
jobs = 4 # number of plugins or runtimes to install in parallel. The default is `4`.
|
||||
raw = false # set to true to directly pipe plugins to stdin/stdout/stderr
|
||||
yes = false # set to true to automatically answer yes to all prompts
|
||||
|
||||
not_found_auto_install = true # see MISE_NOT_FOUND_AUTO_INSTALL
|
||||
task_output = "prefix" # see Tasks Runner for more information
|
||||
paranoid = false # see MISE_PARANOID
|
||||
|
||||
env_file = '.env' # load env vars from a dotenv file, see `MISE_ENV_FILE`
|
||||
|
||||
experimental = true # enable experimental features
|
||||
|
||||
# configure messages displayed when entering directories with config files
|
||||
verbose = false
|
||||
asdf_compat = false
|
||||
jobs = 4
|
||||
raw = false
|
||||
yes = false
|
||||
not_found_auto_install = true
|
||||
task_output = "prefix"
|
||||
paranoid = false
|
||||
env_file = ".env"
|
||||
experimental = true
|
||||
status = { missing_tools = "if_other_versions_installed", show_env = false, show_tools = false }
|
||||
idiomatic_version_file_enable_tools = ["node"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue