Replace the hardcoded 'tea' special case in mise-tools with a generic
mechanism: a tool entry in tools.yaml/hosts.yaml can now be either a
plain string ("latest") or a map keyed by tool name whose value holds
mise params (version, url, asset_pattern, ...). This generalizes to
any future tool needing more than "latest", instead of requiring a
new hardcoded branch per tool.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Nest each host's toolboxes/tools/configs under users.<username> so
root and xavier can have different tool selections on the same
machine, instead of sharing one profile per host.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@@ -44,7 +43,7 @@ format = '[$ssh_symbol]($style)[ $hostname]($style)'
[container]
[container]
style="bg:#394260 fg:#a3aed2"
style="bg:#394260 fg:#a3aed2"
format='[ $symbol $name ]($style)'
format='[ $symbol $name ]($style)'
[os]
[os]
disabled=false
disabled=false
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.