Skip to content

Instantly share code, notes, and snippets.

View RobinStephenson's full-sized avatar

Robin Stephenson RobinStephenson

  • London, England
View GitHub Profile

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@RobinStephenson
RobinStephenson / snippeets.cson
Last active April 28, 2017 20:57
Atom Snippets
'.source.js':
'mocha it should':
'prefix': 'it'
'body': """
it(\'should $1\', function() {
$2
});$3
"""
'mocha describe it':
@RobinStephenson
RobinStephenson / .vimrc
Created February 16, 2017 22:28
Vim Config
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
@RobinStephenson
RobinStephenson / .zshrc
Created February 16, 2017 22:24
oh-my-zsh config
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
ZSH_THEME="agnoster"
plugins=(git brew pip pylint python)
# User configuration