chore(mise): install usage with ubi

This commit is contained in:
João Paulo Dubas 2025-01-28 00:45:58 +00:00
parent 95416cf610
commit 100629606a
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA
2 changed files with 1 additions and 2 deletions

View File

@ -196,7 +196,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
luajit \
poetry \
r \
usage \
yarn
# configure git

View File

@ -27,6 +27,7 @@
"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" }
"ubi:jdx/usage" = "2.0.3"
elixir = "1.18.2"
erlang = "27.2.1"
go = "1.23.5"
@ -37,7 +38,6 @@ poetry = "2.0.1"
python = "3.13.1"
r = "4.4.2"
rust = "1.84.0"
usage = "2.0.3"
yarn = "1.22.22"
[settings]