Last active
January 1, 2021 11:03
-
-
Save yongbin/b4cbc1c7af15dbdbca8683875c5194fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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