Forked from https://github.com/mathiasbynens/dotfiles.
See https://ohmyz.sh.
Clone the repository. The bootstrapper script will pull in the latest version and copy the files to your home folder.
cd ~/Projects && git clone https://github.com/sephlietz/dotfiles.git && cd dotfiles && source bootstrap.sh
cd ~/Projects/dotfiles && source bootstrap.sh
Alternatively, to update while avoiding the confirmation prompt:
cd ~/Projects/dotfiles && set -- -f; source bootstrap.sh
To install these dotfiles without Git:
cd; curl -#L https://github.com/sephlietz/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE-MIT.txt}
To update later on, just run that command again.
When setting up a new Mac, you may want to set some sensible OS X defaults:
./.osx
When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):
./brew.sh