Skip to content

Instantly share code, notes, and snippets.

View esparkman's full-sized avatar

Evan Sparkman esparkman

View GitHub Profile
@talmand
talmand / bootstrap-carousel.html
Created March 21, 2014 20:22
CSS changes to Bootstrap's Carousel so that the indicator dots are now thumbnails.
@esparkman
esparkman / the_install.sh
Last active October 1, 2015 05:48 — forked from therubymug/the_install.sh
Ruby development environment for OS X (Lion)
test -f /tmp/the_install.sh && rm /tmp/the_install.sh
curl -s\
https://gist.github.com/esparkman/1932717/raw/a9fd42b5d0667ac0965d413e6099527d422d2143/the_install.sh\
-o /tmp/the_install.sh
chmod 0700 /tmp/the_install.sh
. /tmp/the_install.sh