This commit is contained in:
Jackson Delahunt 2019-02-15 19:34:45 +11:00
parent 4327d414d3
commit 8d51eba328

View file

@ -118,7 +118,8 @@ RUN vcsh clone git://github.com/sabrehagen/dotfiles-alacritty.git && \
vcsh clone git://github.com/sabrehagen/dotfiles-musikcube.git && \
vcsh clone git://github.com/sabrehagen/dotfiles-scripts.git && \
vcsh clone git://github.com/sabrehagen/dotfiles-vlc.git && \
vcsh clone git://github.com/sabrehagen/dotfiles-zsh.git
vcsh clone git://github.com/sabrehagen/dotfiles-zsh.git && \
rm -rf .gitignore.d
# Cache zsh plugins
RUN zsh -c "source $HOME/.zshrc"