This is a fork of Mathias’s dotfiles customised for my use.
You can clone the repository wherever you want. (I like to keep it in ~/Projects/dotfiles, with ~/dotfiles as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder.
git clone https://github.com/roderik/dotfiles.git && cd dotfiles && ./bootstrap.shTo update, cd into your local dotfiles repository and then:
./bootstrap.shAlternatively, to update while avoiding the confirmation prompt:
./bootstrap.sh -fSome features depend on bash version 4. Install by running .brew
./.brewWhen setting up a new Mac, you may want to set some sensible OS X defaults:
./.osxCheck out this blog post about my development environment where i detail how i use this repo.