From 901fef40c46aaa02b48ae2f3083cd32877cb38c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 3 Oct 2024 09:59:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20deps(mise):=20installed?= =?UTF-8?q?=20some=20tools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/mise/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/mise/config.toml b/.config/mise/config.toml index 87218ed6..0eaaa793 100644 --- a/.config/mise/config.toml +++ b/.config/mise/config.toml @@ -3,6 +3,10 @@ usage = "latest" bun = "latest" "npm:five-server" = "latest" node = "latest" +pnpm = "latest" +uv = "latest" +cargo-binstall = "latest" +age = "latest" [settings] # plugins can read the versions files used by other version managers (if enabled by the plugin) @@ -40,3 +44,4 @@ experimental = true # enable experimental features # configure messages displayed when entering directories with config files status = { missing_tools = "if_other_versions_installed", show_env = false, show_tools = false } +cargo_binstall = true