Skip to content

Instantly share code, notes, and snippets.

@richstoner
Last active August 29, 2015 14:10
Show Gist options
  • Save richstoner/44da29e73cd5988d48e9 to your computer and use it in GitHub Desktop.
Save richstoner/44da29e73cd5988d48e9 to your computer and use it in GitHub Desktop.
How I configure my mac

Get dotfiles

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

Install homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Run defaults

~/.osx ~/brew.sh

Configure trackpad settings (manual steps)

Install caskroom

brew doctor brew install caskroom/cask/brew-cask

Install quicklook plugins

brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql webp-quicklook suspicious-package

Install any additional apps

brew cask install spectacle flux iterm cyberduck google-chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment