Skip to content

Instantly share code, notes, and snippets.

@KuangyeChen
Created June 17, 2022 03:51
Show Gist options
  • Save KuangyeChen/233e2d79f4c69815f49e4ac708aca182 to your computer and use it in GitHub Desktop.
Save KuangyeChen/233e2d79f4c69815f49e4ac708aca182 to your computer and use it in GitHub Desktop.
Setup vim.
#!/usr/bin/env sh
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim -c "PlugInstall" -c ":q" -c ":q" -c ":q" -c ":q"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment