From 19a607971ced32108aeb1741422b45c4fd3c039d Mon Sep 17 00:00:00 2001 From: sneak Date: Sat, 11 Apr 2020 13:55:42 -0700 Subject: [PATCH] add vim-plug to image --- build/user.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/user.sh b/build/user.sh index 8f5d122..b824986 100644 --- a/build/user.sh +++ b/build/user.sh @@ -18,6 +18,10 @@ curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/instal export ZSH="$HOME/.zsh" bash /tmp/installomz.sh --unattended --keep-zshrc +# vim-plug +curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim + # link in ssh key from original home mkdir -p ~/.ssh ln -s ~/.home/.ssh/id_rsa ~/.ssh/id_rsa