Skip to content

Instantly share code, notes, and snippets.

@yongbin
Last active January 1, 2021 11:03
Show Gist options
  • Save yongbin/b4cbc1c7af15dbdbca8683875c5194fb to your computer and use it in GitHub Desktop.
Save yongbin/b4cbc1c7af15dbdbca8683875c5194fb to your computer and use it in GitHub Desktop.
#!/bin/sh
curl -sfLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
curl -sfLo ~/.vimrc https://gist.githubusercontent.com/yongbin/71ed64dfe100c38e7c58f98c60d38c6e/raw/421c1f63dd5715288c197684a0a41f91a8e41837/.vimrc
vim +PlugInstall +qall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment