Skip to content

Instantly share code, notes, and snippets.

@cblanquera
Last active November 25, 2017 12:38
Show Gist options
  • Save cblanquera/20d112bb030b97a2ac832aec9d7caa91 to your computer and use it in GitHub Desktop.
Save cblanquera/20d112bb030b97a2ac832aec9d7caa91 to your computer and use it in GitHub Desktop.
Had to do the install again, this is so i won't forget
Languages:
PHP x brew
Python 2.7.10 x built in
Python 3.6.3 x brew
Node x brew
Ruby x built in
ErLang x brew
Java x brew
Services:
Apache x built in
MySQL x brew
brew services start mysql
mysql.server start
PostGreSQL x brew
brew services start postgresql
postgres -D /usr/local/var/postgres
SQLite x built in
RabbitMQ x brew
brew services start rabbitmq
rabbitmq-server
Elastic x brew
brew services start elasticsearch
elasticsearch
Redis x brew
brew services start redis
redis-server /usr/local/etc/redis.conf
CouchDB x brew
brew services start couchdb
couchdb
MongoDB x brew
brew services start mongodb
mongod --config /usr/local/etc/mongod.conf
Python3 x brew
brew services start mongodb
mongod --config /usr/local/etc/mongod.conf
## Apps
Chrome x web
Atom x web
apm install linter linter-jshint linter-php linter-phpcs linter-csslint linter-js-yaml linter-tidy linter-htmlhint minimap color-picker emmet file-icons highlight-line project-manager autocomplete-php aligner-php remote-ftp
GitHub x web
Slack x app store
Office x purchase
Omnigraffle x purchase
Adobe
Xcode x app store
MySQL Work Bench x web
Unity3D
Development
Electron - Desktop
React - Mobile
Cradle - Web
Unity - Game
bower x cli
npm x cli
phpunit x cli
phpcs x cli
phpcbf x cli
composer x cli
Android SDK
PHPMyAdmin x web
/development
/web
/mobile
/desktop
/game
pip install --user --ignore-installed --upgrade "https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.4.0-py2-none-any.whl"
pip3 install --user --ignore-installed --upgrade "https://github.com/lakshayg/tensorflow-build/raw/master/tensorflow-1.4.0-cp36-cp36m-m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment