From 424dfe8f69d3ff907e0905adbadbe7e2ce16d334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 23 Jun 2025 02:15:52 +0200 Subject: [PATCH] chore(mise): install new tools --- .config/mise/config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/mise/config.toml b/.config/mise/config.toml index 12d7733e..88e059a6 100644 --- a/.config/mise/config.toml +++ b/.config/mise/config.toml @@ -10,10 +10,19 @@ age = "latest" deno = "latest" go = "latest" watchexec = "latest" +# Cargo Tools "cargo:cargo-cache" = "latest" "cargo:kanata" = "latest" + +# Go Tools "go:github.com/stefanlogue/meteor" = "latest" +"go:github.com/rszyma/kanata-tray" = "latest" +"go:github.com/jorgerojas26/lazysql" = "latest" + +# Python Tools "pipx:darrenburns/posting" = "latest" +"pipx:pytest" = "latest" +"pipx:b2" = "latest" [settings] # plugins can read the versions files used by other version managers (if enabled by the plugin)