mwidner / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jason Heppler's dotfiles

Installation

Clone the repository to your home directory under ~/.dotfiles and run make to symlink the files to your home directory. Configuration files are separated out into their respective directories to keep everything organized and locate configurations easily.

$ git clone https://github.com/hepplerj/dotfiles.git ~/.dotfiles

$ cd ~/.dotfiles

$ rake

Sensible OS X defaults

Hat tip to Mathias Bynen's excellent OS X defaults. You can set these by running:

$ cd system

$ chmod +x osx

$ ./osx

Install Homebrew formulae

When setting up a new Mac, I install some common Homebrew formulae once Homebrew is installed:

$ cd system

$ chmod +x brew

$ ./brew

Feedback

Suggestions/improvements are welcome!

Thanks to...

About

My dotfiles