csainty / dotfiles

OSX Setup Files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chris' dotfiles

Sources

https://github.com/mathiasbynens/dotfiles

Installation

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

To update, cd into your local dotfiles repository and then:

source bootstrap.sh

Git-free install

To install these dotfiles without Git:

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

Sensible OS X defaults

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

./.osx

Install Homebrew formulae

When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):

./brew.sh

About

OSX Setup Files


Languages

Language:Vim Script 62.3%Language:Shell 37.7%