Skip to content

Instantly share code, notes, and snippets.

View ccakes's full-sized avatar

Cameron Daniel ccakes

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ccakes on github.
  • I am cakes (https://keybase.io/cakes) on keybase.
  • I have a public key whose fingerprint is 07D7 8369 5661 EF76 F560 20B9 3D13 CBA5 D957 7E3B

To claim this, I am signing this object:

@ccakes
ccakes / osx-setup.sh
Created March 14, 2015 01:24
OS X Setup
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
#!/bin/bash
VER=0.9.10
HERE=`pwd`
apt-get install python-setuptools python-django-tagging python-pysqlite2 python-memcache python-ldap python-django python-cairo-dev
wget https://launchpad.net/graphite/0.9/${VER}/+download/graphite-web-${VER}.tar.gz
wget https://launchpad.net/graphite/0.9/${VER}/+download/carbon-${VER}.tar.gz