Skip to content

Instantly share code, notes, and snippets.

@notmarkmiranda
Last active April 15, 2019 22:20
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 notmarkmiranda/b8eb360d84d05a8eddaf2baa7820ea91 to your computer and use it in GitHub Desktop.
Save notmarkmiranda/b8eb360d84d05a8eddaf2baa7820ea91 to your computer and use it in GitHub Desktop.
vim_script
#!/bin/bash
mkdir -p "$HOME/.vim/bundle"
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
curl -s https://gist.githubusercontent.com/notmarkmiranda/78dd05f09c58c66a772c2d2403a81a4c/raw/.vimrc > $HOME/.vimrc
vim +PluginInstall +qall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment