mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
fix ubuntu dockerfile build
This commit is contained in:
@ -31,7 +31,7 @@ RUN git clone https://github.com/DefectingCat/dotfiles \
|
|||||||
&& bash /home/${USER}/dotfiles/zsh/install-plugins.sh \
|
&& bash /home/${USER}/dotfiles/zsh/install-plugins.sh \
|
||||||
# neovim config
|
# neovim config
|
||||||
&& git clone https://github.com/DefectingCat/nvim /home/${USER}/.config/nvim \
|
&& git clone https://github.com/DefectingCat/nvim /home/${USER}/.config/nvim \
|
||||||
&& nvim --headless "+Lazy! install" +MasonInstallAll +qa \
|
# && nvim --headless "+Lazy! install" +MasonInstallAll +qa \
|
||||||
&& nvim --headless "+Lazy! install" +qa \
|
&& nvim --headless "+Lazy! install" +qa \
|
||||||
&& nvim --headless "+Lazy! sync" +qa
|
&& nvim --headless "+Lazy! sync" +qa
|
||||||
# node
|
# node
|
||||||
|
Reference in New Issue
Block a user