Skip to content

Instantly share code, notes, and snippets.

View cewood's full-sized avatar

Cameron Wood cewood

View GitHub Profile
@cewood
cewood / keybase.md
Created August 25, 2015 22:58
keybase.md

Keybase proof

I hereby claim:

  • I am cewood on github.
  • I am cameronewood (https://keybase.io/cameronewood) on keybase.
  • I have a public key whose fingerprint is F68A 980D 22FF 50C6 BE6C 5D02 6F37 FDE3 89C7 A18B

To claim this, I am signing this object:

@cewood
cewood / gtk3-pyenv.sh
Last active August 29, 2015 14:17 — forked from tarruda/gtk3-pyenv.sh
#!/bin/bash
# script for pyenv installation of pygtk3 in ubuntu 12.04
# Adapted from https://gist.github.com/mehcode/6172694
system_package_installed() {
if ! dpkg -l | grep -q $1; then
sudo apt-get install $1
fi
}
@cewood
cewood / trakt_config_global.yml
Created March 22, 2014 06:40
Attempt to DRY up my flexget config for like named keys.
credentials: &trakt_credentials
api_key: 91e5965f5df67558374f5198bd761bc9
username: someusername
password: somepassword
trakt_list: *trakt_credentials
custom: flexget_tv
trakt_remove: *trakt_credentials
list: flexget_tv