Skip to content

Instantly share code, notes, and snippets.

View dlackty's full-sized avatar
😇

Richard Lee dlackty

😇
View GitHub Profile
@dlackty
dlackty / gist:3483170
Created August 26, 2012 20:00
OS X Rails Setup
#! /usr/bin/env bash
# llvm-gcc
if `type -P llvm-gcc &>/dev/null`; then
echo "Command Line Tools found."
else
echo "Command Line Tools not found."
echo "Please go https://developer.apple.com/downloads and install **Command Line Tools for Xcode**" && exit 0;
fi
.DS_Store
build
Build
*.pbxuser
*.perspectivev3
*.mode1v3
*.xcworkspace
xcuserdata
*.pyc