Skip to content

Instantly share code, notes, and snippets.

@gabrielgodoy-zz
Created April 10, 2016 06:00
Show Gist options
  • Save gabrielgodoy-zz/f452cccb5cd01eab8ef98d13892bcc03 to your computer and use it in GitHub Desktop.
Save gabrielgodoy-zz/f452cccb5cd01eab8ef98d13892bcc03 to your computer and use it in GitHub Desktop.
Setup machine
#!/bin/sh
#
# Brew packages that I use alot.
#
brew install wget
brew install node
brew install imagemagick
#
# Some cask packages that I like.
#
brew cask install sublime-text
brew cask install macvim
brew cask install iterm2
brew cask install sketch
brew cask install dropbox
brew cask install skitch
brew cask install firefox
brew cask install google-chrome
brew cask install google-drive
brew cask install livereload
brew cask install bettertouchtool
brew cask install atext
brew cask install alfred
brew cask install divvy
brew cask install caffeine
brew cask install spotify
brew cask install evernote
brew cask install kindle
brew cask install coconutbattery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment