Skip to content

Instantly share code, notes, and snippets.

View vernalkick's full-sized avatar

Kevin Clark vernalkick

View GitHub Profile
@vernalkick
vernalkick / 0_reuse_code.js
Created March 23, 2016 17:54
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@vernalkick
vernalkick / install-ruby.sh
Last active December 20, 2015 00:59 — forked from lukearmstrong/install-ruby.sh
How to install everything you need to compile Sass files and include the Bourbon library).
# lol redhat
su
# Install deps
yum install libyaml libyaml-devel openssl libxml2-devel bison libxslt-devel openssl-devel tcl tk libffi tcl-devel tk-devel libffi-devel
# Download Ruby
cd /usr/local/src/
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz
tar -xvzf ruby-1.9.3-p392.tar.gz