Skip to content

Instantly share code, notes, and snippets.

View tomgatzgates's full-sized avatar
💭
typing...

Tom Gates tomgatzgates

💭
typing...
View GitHub Profile
@tomgatzgates
tomgatzgates / 0_reuse_code.js
Created December 26, 2015 16:43
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
#!/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'