Skip to content

Instantly share code, notes, and snippets.

View rrubiorr81's full-sized avatar

Richard Rubio Roche rrubiorr81

View GitHub Profile
@rrubiorr81
rrubiorr81 / setup-dev.sh
Created February 28, 2016 16:35
Install homebrew, nginx, mysql, php55, and composer on Mac OS X
#!/bin/bash
# install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install homebrew's official php tap
brew tap josegonzalez/homebrew-php
@rrubiorr81
rrubiorr81 / README.md
Created February 25, 2016 17:56 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
function codeigniter() {
git clone https://github.com/EllisLab/CodeIgniter.git "$@" ;
}
//forked