Skip to content

Instantly share code, notes, and snippets.

@ekka21
Created February 1, 2019 17:04
Show Gist options
  • Save ekka21/ef02a5c064493bd769bacda0b2200cfb to your computer and use it in GitHub Desktop.
Save ekka21/ef02a5c064493bd769bacda0b2200cfb to your computer and use it in GitHub Desktop.
minimal vim setup
#!/bin/bash
set -e
"Installing pathogen
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
"Installing .vimrc
curl -LSso ~/.vimrc https://raw.githubusercontent.com/ekka21/dotfiles/master/.vimrc
"Installing nerdtree
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment