fix(docker): remove plugins that are built in

This commit is contained in:
João Paulo Dubas 2025-01-16 11:52:14 +00:00
parent d737210692
commit 3c2e6780e5
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

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