/dotfiles

.files, including ~/.osx — sensible hacker defaults for OS X

Primary LanguageVim Script

Paul's dotfiles.. a fork of mathias's..

Installation

Using Git and the bootstrap script

git clone https://github.com/paulirish/dotfiles.git && cd dotfiles && ./bootstrap.sh

Git-free install

cd; curl -#L https://github.com/paulirish/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh}

To update later on, just run that command again.

Sensible OS X defaults

When setting up a new Mac, you may want to set some sensible OS X defaults:

./.osx

upstream

Suggestions/improvements welcome back upstream!