From e1735c2fe29762619c584edd6fd340d27f43fcb3 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Sun, 26 Jan 2025 16:55:50 +0000 Subject: [PATCH] feat(mise): use aqua as main registry/backend (#165) Also: * Remove unused plugins * Update plugins to their latest versions Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/165 Co-authored-by: Joao P Dubas Co-committed-by: Joao P Dubas --- Dockerfile | 28 +-------------------- config/mise/config.toml | 54 +++++++++++++++++++++-------------------- 2 files changed, 29 insertions(+), 53 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6484d53..55c9b2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -192,38 +192,12 @@ RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME} # install mise plugins RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ - age \ - awscli \ - bat \ - bitwarden \ - circleci-cli \ - ctlptl \ - dagger \ - eksctl \ - eza \ - fzf \ - github-cli \ - helm \ - k3d \ - k3sup \ - k9s \ - kind \ - kubectl \ - kubie \ - lefthook \ lua \ luajit \ poetry \ r \ - ripgrep \ - starship \ - task \ - terraform \ - tilt \ usage \ - usql \ - yarn \ - zoxide + yarn # configure git ARG GIT_USER_EMAIL diff --git a/config/mise/config.toml b/config/mise/config.toml index 0ab0327..14506f0 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,43 +1,45 @@ [tools] -age = "1.2.1" -awscli = "2.23.4" -bat = "0.25.0" -bitwarden = "2025.1.0" -circleci-cli = "0.1.31151" -ctlptl = "0.8.37" -dagger = "0.15.2" -eksctl = "0.201.0" +"aqua:BurntSushi/ripgrep" = "14.1.1" +"aqua:CircleCI-Public/circleci-cli" = "0.1.31425" +"aqua:FiloSottile/age" = "1.2.1" +"aqua:ajeetdsouza/zoxide" = "0.9.6" +"aqua:alexellis/k3sup" = "0.13.8" +"aqua:aws/aws-cli" = "2.23.6" +"aqua:bitwarden/clients" = "cli-v2025.1.2" +"aqua:dagger/dagger" = "0.15.2" +"aqua:derailed/k9s" = "0.32.7" +"aqua:eksctl-io/eksctl" = "0.202.0" +"aqua:evilmartians/lefthook" = "1.10.10" +"aqua:eza-community/eza" = "0.20.18" +"aqua:github-cli" = "2.65.0" +"aqua:go-task/task" = "3.41.0" +"aqua:hashicorp/terraform" = "1.10.5" +"aqua:helm/helm" = "3.17.0" +"aqua:junegunn/fzf" = "0.58.0" +"aqua:k3d-io/k3d" = "5.8.1" +"aqua:kubernetes-sigs/kind" = "0.26.0" +"aqua:kubernetes/kubectl" = "1.32.1" +"aqua:sbstp/kubie" = "0.24.1" +"aqua:sharkdp/bat" = "0.25.0" +"aqua:starship/starship" = "1.22.1" +"aqua:tilt-dev/ctlptl" = "0.8.38" +"aqua:tilt-dev/tilt" = "0.33.22" +"aqua:xo/usql" = "0.19.16" elixir = "1.18.2" erlang = "27.2.1" -eza = "0.20.16" -fzf = "0.57.0" -github-cli = "2.65.0" go = "1.23.5" -helm = "3.17.0" -k3d = "5.7.5" -k3sup = "0.13.7" -k9s = "0.32.7" -kind = "0.26.0" -kubectl = "1.32.1" -kubie = "0.24.1" -lefthook = "1.10.7" lua = "5.4.7" luajit = "2.0.5" node = "22.13.1" poetry = "2.0.1" python = "3.13.1" r = "4.4.2" -ripgrep = "14.1.1" rust = "1.84.0" -starship = "1.22.1" -task = "3.40.1" -terraform = "1.10.5" -tilt = "0.33.22" usage = "2.0.3" -usql = "0.19.12" yarn = "1.22.22" -zoxide = "0.9.6" [settings] experimental = true python_compile = true + +[env]