Skip to content

Instantly share code, notes, and snippets.

@azman0101
Created September 10, 2016 14:30
Show Gist options
  • Save azman0101/a500cc0fdc01eedc24b56d1a3dcad7cf to your computer and use it in GitHub Desktop.
Save azman0101/a500cc0fdc01eedc24b56d1a3dcad7cf to your computer and use it in GitHub Desktop.
VimDir_with_pathogen
!#/bin/bash
mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
echo 'execute pathogen#infect()\nsyntax on\nfiletype plugin indent on' > ~/.vimrc
cd ~/.vim/bundle && git clone git://github.com/tpope/vim-sensible.git
cd ~/.vim/bundle && git clone git://github.com/will133/vim-dirdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment