feat(mise): use aqua as main registry/backend
Also: * Remove unused plugins * Update plugins to their latest versions
This commit is contained in:
parent
167b6291f3
commit
aac0612df2
28
Dockerfile
28
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
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user