add vim-plug to image

This commit is contained in:
Jeffrey Paul 2020-04-11 13:55:42 -07:00
parent f21c9b8be9
commit 19a607971c
1 changed files with 4 additions and 0 deletions

View File

@ -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