fix(docker): remove plugins that are built in
This commit is contained in:
parent
d737210692
commit
3c2e6780e5
@ -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 \
|
&& 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 \
|
||||||
@ -200,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 \
|
||||||
@ -217,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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user