Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 373 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 373 Bytes

Dotfiles

My dotfiles for configuring a system the way I like it.

Prerequisites

  • ruby installed with rake

Installation

  1. git clone [email protected]:joshrowley/dotfiles.git
  2. cd dotfiles
  3. rake

Installing VIM

  1. brew install vim
  2. git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  3. vim .
  4. :PluginInstall