Dotfiles

Based off of Kevin Clark's dotfiles which are themselves based off of David Cornu's dotfiles.

Installation

$ cd ~/
$ git clone git@github.com:kevinfinlayson/dotfiles.git
$ cd ~/dotfiles
$ ./bootstrap.sh

Optionally you can also run osx.sh to make sweeping changes to your OS. Use at your own risk:

$ cd ~/dotfiles
$ ./osx.sh

The boostrap script will symlink config files from ~/dotfiles into ~/ and install the following packages:

Updating

$ cd ~/dotfiles
$ git pull
$ ./bootstrap.sh