Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 867 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 867 Bytes

Dotfiles Build Status

Works with linux and OS X.

Copy them into your home directory, or clone the repository and run the installer.

Installation

  1. clone repo
  2. git submodule update --init
  3. copy over global.gemset for desired ruby versions
  4. install RVM
  5. install a ruby (most likely just rvm install ruby)
  6. run the installer (ruby installer/derpfiles.rb --help)
  7. install vundle plugins (vundle-update)

Additional steps for OS X

# Get your Sublime Text settings
ln -sf /<dotfiles>/config/sublime-text-2 ~/Library/Application\ Support/Sublime\ Text\ 2

# Launching Sublime Text from the terminal
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl