Skip to content

Instantly share code, notes, and snippets.

View boycott's full-sized avatar

Geoff Kaile boycott

View GitHub Profile

Keybase proof

I hereby claim:

  • I am boycott on github.
  • I am boycott (https://keybase.io/boycott) on keybase.
  • I have a public key ASBuUQLpwdC8KPD9TweqApjTxqYXwH3xRg4VIGekAGFT0wo

To claim this, I am signing this object:

@boycott
boycott / .zshrc
Created May 27, 2016 12:41
(Linux, GraphicsMagick) - Create animated gif from screenshots
alias agif="cd ~/Pictures; convert -delay 200 Screenshot*.* image.gif; cd -"
@boycott
boycott / Gruntfile.js
Created February 20, 2014 09:52
Example (working?) grunt watch task
var settings = require('./settings');
module.exports = function(grunt) {
grunt.initConfig({
settings: grunt.file.readJSON('settings.json'),
pkg: grunt.file.readJSON('package.json'),
concat: {
options: {
banner: '(function () {\n\'use strict\';\n',
footer: '}());'
},