Includes relevant vim plugins for use.

This commit is contained in:
Andrew Davidson 2019-05-23 09:47:23 -04:00
parent 68a65cf8f9
commit f948029b97
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -13,6 +13,8 @@ RUN git clone https://github.com/amdavidson/dotfiles.git /home/amdavidson/.dotfi
cd /home/amdavidson/.dotfiles && \
stow -t /home/amdavidson zsh git vim tmux
RUN vim +"PlugInstall --sync" +qa
CMD ["/usr/bin/zsh"]