Last active
August 29, 2015 13:57
-
-
Save miguelfrias/9899578 to your computer and use it in GitHub Desktop.
Setup after clean install
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
# Programs | |
Chrome (https://www.google.com/intl/en/chrome/browser/) | |
Skype (http://www.skype.com/en/download-skype/skype-for-computer/) | |
Moom [App store] | |
Alinof timer [App store] | |
# Desarrollo | |
Xcode [App store] | |
Xcode Command line tools [> xcode-select install] | |
Sublime Text (http://www.sublimetext.com/) | |
Mysql (http://dev.mysql.com/downloads/mysql/#downloads) | |
Homewbrew (http://brew.sh/) | |
mongo [> brew install mongodb] | |
composer [> brew tap josegonzalez/homebrew-php; brew install php53-intl; brew install josegonzalez/php/composer] | |
NodeJS (http://nodejs.org/) | |
bower [> sudo npm install -g bower] | |
jshint [> sudo npm install -g jshint] | |
uglify-js [> sudo npm install -g uglify-js] | |
mongodb [> sudo npm install -g mongodb] | |
grunt-cli [> sudo npm install -g grunt-cli] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment