From 95416cf610932d7599a5e79dca5c5ac9cd33299d Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 28 Jan 2025 00:39:07 +0000 Subject: [PATCH] feat(mise): add uv and aider chat --- config/mise/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 14506f0..9763bf5 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -4,6 +4,7 @@ "aqua:FiloSottile/age" = "1.2.1" "aqua:ajeetdsouza/zoxide" = "0.9.6" "aqua:alexellis/k3sup" = "0.13.8" +"aqua:astral-sh/uv" = "0.5.24" "aqua:aws/aws-cli" = "2.23.6" "aqua:bitwarden/clients" = "cli-v2025.1.2" "aqua:dagger/dagger" = "0.15.2" @@ -25,6 +26,7 @@ "aqua:tilt-dev/ctlptl" = "0.8.38" "aqua:tilt-dev/tilt" = "0.33.22" "aqua:xo/usql" = "0.19.16" +"pipx:aider-chat" = { version = "0.72.3", uvx_args = "--python 3.12.7" } elixir = "1.18.2" erlang = "27.2.1" go = "1.23.5"