Works with linux and OS X.
Copy them into your home directory, or clone the repository and run the installer.
- clone repo
git submodule update --init
- copy over global.gemset for desired ruby versions
- install RVM
- install a ruby (most likely just
rvm install ruby
) - run the installer (
ruby installer/derpfiles.rb --help
) - install vundle plugins (
vundle-update
)
# 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