Skip to content

Instantly share code, notes, and snippets.

@tecto
tecto / brewStack.md
Last active December 20, 2015 22:08 — forked from shrop/brewStack.md
brewStack Docs
@tecto
tecto / nufony.sh
Created September 27, 2012 23:14
Mac OS X command-line bash wrapper script for creating a new symfony2 (2.1.2) project, assumes composer is already installed using homebrew
#!/bin/bash
#
# script to create new symfony2 project
#
# assumes composer is in the path. to use with homebrew, run:
#
# ln -s /usr/local/Cellar/composer/1.0.0-alpha5/bin/composer /usr/local/bin/composer
#
# you may need to edit the composer path to match your installed version of composer