fix(docker): remove plugins that are built in (#154)
`elixir` and `rust` are built into `mise` command. Reviewed-on: #154 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
parent
cfaebbdf37
commit
c7880d6758
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user