Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 470 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 470 Bytes

My dotfiles

Install

  1. Clone the repo to your home directory.

  2. From your cloned directory:

    ./install.sh

This will create symlinks for all config files in your home directory. You can safely run this file multiple times to update.

  1. Pull pathogen plugins via git submodules.

    git submodule init && git submodule update

  2. Install Homebrew

  3. Install NVM brew install nvm

  4. Install rbenv brew install rbenv