Skip to content

Instantly share code, notes, and snippets.

View wolframm's full-sized avatar

wolframm

  • Wolframm Activities OÜ
  • Tallinn, Estonia
View GitHub Profile
@wolframm
wolframm / .vimrc
Created August 5, 2015 23:11
Vagrant Setup
set nocompatible " be iMproved, required
filetype off " required
let iCanHazVundle=1
let vundle_readme=expand('~/.vim/bundle/vundle/README.md')
if !filereadable(vundle_readme)
echo "Installing Vundle.."
echo ""
silent !mkdir -p ~/.vim/bundle
silent !git clone https://github.com/gmarik/vundle ~/.vim/bundle/vundle
let iCanHazVundle=0