Skip to content

Instantly share code, notes, and snippets.

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

Tom Gates tomgatzgates

💭
typing...
View GitHub Profile
#!/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'
@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
[
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+k", "super+r"], "command": "reveal_in_side_bar" }
]
@tomgatzgates
tomgatzgates / aye-mirage.tmTheme
Created June 3, 2017 09:53
Color scheme based on Ayu mirage but with some tweaks for variable highlighting (useful in Ruby)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>author</key>
<string>Ike Ku</string>
<key>colorSpaceName</key>
<string>sRGB</string>
<key>name</key>
<string>ayu</string>