Skip to content

Instantly share code, notes, and snippets.

@int3rlop3r
Created January 7, 2021 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save int3rlop3r/8713569908556d76282ae0bd3fba9dab to your computer and use it in GitHub Desktop.
Save int3rlop3r/8713569908556d76282ae0bd3fba9dab to your computer and use it in GitHub Desktop.
Automatically configure vim
#!/bin/bash
git clone -q https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
echo "Installed Vundle"
curl -s https://raw.githubusercontent.com/int3rlop3r/vimrc/master/vimrc -o ~/.vimrc
echo "Downloaded custom .vimrc"
vim +PluginInstall +qall
echo "Done!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment