Compare commits

..

1 Commits

Author SHA1 Message Date
64c21c0c50
feat(mise): upgrade runtimes
* `age` from 1.2.0 to 1.2.1
* `bat` from 0.24.0 to 0.25.0
* `bitwarden` from 2024.11.1 to 2025.1.0
* `ctlptl` from 0.8.36 to 0.8.37
* `dagger` from 0.14.0 to 0.15.2
* `eksctl` from 0.194.0 to 0.201.0
* `eza` from 0.20.10 to 0.20.16
* `fzf` from 0.56.3 to 0.57.0
* `kubie` from 0.24.0 to 0.24.1
* `lefthook` from 1.8.4 to 1.10.7
* `luajit` from 2.0.5--3.11.1 to 2.0.5
* `starship` from 1.21.1 to 1.22.1
* `task` from 3.40.0 to 3.40.1
* `tilt` from 0.33.21 to 0.33.22
* `usage` from 1.3.3 to 2.0.3
2025-01-16 12:10:54 +00:00

View File

@ -190,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 \
&& nvim --headless "+Lazy! sync" +qa
# install mise plugins
# install rtx plugins
RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
age \
awscli \
@ -200,6 +200,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
ctlptl \
dagger \
eksctl \
elixir \
eza \
fzf \
github-cli \
@ -216,6 +217,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
poetry \
r \
ripgrep \
rust \
starship \
task \
terraform \