Skip to content

Instantly share code, notes, and snippets.

@ei-grad
Created July 27, 2016 15:46
Show Gist options
  • Save ei-grad/06e9b52078ddae3b1b6508b5431e7800 to your computer and use it in GitHub Desktop.
Save ei-grad/06e9b52078ddae3b1b6508b5431e7800 to your computer and use it in GitHub Desktop.
set ai si smarttab et sw=4 ts=4
filetype plugin indent on
execute pathogen#infect()
set -e
set -x
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
cd ~/.vim/bundle
git clone --depth=1 https://github.com/scrooloose/syntastic.git
git clone --depth=1 https://github.com/hynek/vim-python-pep8-indent.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment