This commit is contained in:
Jackson Delahunt 2019-07-10 18:11:48 +10:00
parent c1257922c4
commit 53422ce189

View file

@ -279,7 +279,7 @@ RUN gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-alac
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-x11.git & \
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-xdg.git & \
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-zsh.git & \
wait && echo 1
wait
# Cache zsh plugins
RUN gosu $USER zsh -c "source $HOME/.zshrc"