merge: updates from upstream

This commit is contained in:
João Paulo Dubas 2025-01-20 08:44:22 -03:00
commit d1eca144a4
No known key found for this signature in database
2 changed files with 29 additions and 30 deletions

View File

@ -69,6 +69,7 @@ RUN apt-get update \
locales \ locales \
m4 \ m4 \
make \ make \
ncal \
neovim \ neovim \
net-tools \ net-tools \
openjdk-17-jdk \ openjdk-17-jdk \
@ -189,7 +190,7 @@ RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME}
&& cp /tmp/init.lua ${XDG_CONFIG_HOME}/nvim/lua/custom/plugins \ && cp /tmp/init.lua ${XDG_CONFIG_HOME}/nvim/lua/custom/plugins \
&& nvim --headless "+Lazy! sync" +qa && nvim --headless "+Lazy! sync" +qa
# install rtx plugins # install mise plugins
RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
age \ age \
awscli \ awscli \
@ -199,7 +200,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
ctlptl \ ctlptl \
dagger \ dagger \
eksctl \ eksctl \
elixir \
eza \ eza \
fzf \ fzf \
github-cli \ github-cli \
@ -216,7 +216,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
poetry \ poetry \
r \ r \
ripgrep \ ripgrep \
rust \
starship \ starship \
task \ task \
terraform \ terraform \

View File

@ -1,39 +1,39 @@
[tools] [tools]
age = "1.2.0" age = "1.2.1"
awscli = "2.22.14" awscli = "2.23.1"
bat = "0.24.0" bat = "0.25.0"
bitwarden = "2024.11.1" bitwarden = "2025.1.0"
circleci-cli = "0.1.31151" circleci-cli = "0.1.31151"
ctlptl = "0.8.36" ctlptl = "0.8.37"
dagger = "0.14.0" dagger = "0.15.2"
eksctl = "0.194.0" eksctl = "0.201.0"
elixir = "1.17.3" elixir = "1.18.1"
erlang = "27.2" erlang = "27.2"
eza = "0.20.10" eza = "0.20.16"
fzf = "0.56.3" fzf = "0.57.0"
github-cli = "2.63.2" github-cli = "2.65.0"
go = "1.23.4" go = "1.23.5"
helm = "3.16.3" helm = "3.17.0"
k3d = "5.7.5" k3d = "5.7.5"
k3sup = "0.13.7" k3sup = "0.13.7"
k9s = "0.32.7" k9s = "0.32.7"
kind = "0.25.0" kind = "0.26.0"
kubectl = "1.31.4" kubectl = "1.32.1"
kubie = "0.24.0" kubie = "0.24.1"
lefthook = "1.8.4" lefthook = "1.10.7"
lua = "5.1.5" lua = "5.4.7"
luajit = "2.0.5--3.11.1" luajit = "2.0.5"
node = "22.12.0" node = "22.13.0"
poetry = "1.8.5" poetry = "2.0.1"
python = "3.13.1" python = "3.13.1"
r = "4.4.2" r = "4.4.2"
ripgrep = "14.1.1" ripgrep = "14.1.1"
rust = "1.83.0" rust = "1.84.0"
starship = "1.21.1" starship = "1.22.1"
task = "3.40.0" task = "3.40.1"
terraform = "1.10.1" terraform = "1.10.4"
tilt = "0.33.21" tilt = "0.33.22"
usage = "1.3.3" usage = "2.0.3"
usql = "0.19.12" usql = "0.19.12"
yarn = "1.22.22" yarn = "1.22.22"
zoxide = "0.9.6" zoxide = "0.9.6"