/dotfiles-legacy

dofiles for the Soul

Primary LanguageShellOtherNOASSERTION

Calvin's dotfiles

dotfiles for the Soul

Note

These dotfiles is based off Zach Holman's dotfiles, more specifically from 1b430b7. The instructions found in his readme should also apply here as well.

Differences from Holman's dotfiles

  • Similar, but not quite the same, Brewfile
  • Some dotfiles and functions (e.g. cloudapp) have been removed
  • rvm is used instead of rbenv as the ruby version manager
  • nvm is used as the node version manager
  • Different prompt

Installation

# To install:
$ git clone
$ cd ~/.dotfiles
$ script/bootstrap

# To update:
$ dot