Skip to content

Instantly share code, notes, and snippets.

Created February 17, 2014 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/9059005 to your computer and use it in GitHub Desktop.
Save anonymous/9059005 to your computer and use it in GitHub Desktop.
# brew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew install wget
brew install git
brew install bash-completion
brew install git-flow
brew tap homebrew/dupes
brew tap josegonzalez/homebrew-php
brew install unrar
# neves/dotfiles
git clone https://github.com/neves/dotfiles.git ~/.dotfiles
cd ~/Downloads
# iTerm2
wget http://www.iterm2.com/downloads/stable/iTerm2_v1_0_0.zip
unzip iTerm2*
mv iTerm.app ~/Applications
# Sublime Text
wget http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%203059.dmg
hdiutil mount Sublime*.dmg
sudo cp -R "/Volumes/Sublime Text/Sublime Text.app" ~/Applications
hdiutil unmount "/Volumes/Sublime Text/"
# GitX
wget http://builds.phere.net/GitX/development/GitX-dev.dmg
hdiutil mount GitX-dev.dmg
sudo cp -R "/Volumes/GitX 0.14.95/GitX.app" ~/Applications
hdiutil unmount "/Volumes/GitX 0.14.95/"
# Google Chrome
wget https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
hdiutil mount googlechrome.dmg
sudo cp -R "/Volumes/Google Chrome/" ~/Applications
hdiutil unmount "/Volumes/Google Chrome/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment