Created
April 10, 2016 06:00
-
-
Save gabrielgodoy-zz/f452cccb5cd01eab8ef98d13892bcc03 to your computer and use it in GitHub Desktop.
Setup machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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