Skip to content

Instantly share code, notes, and snippets.

View Lemmons's full-sized avatar

Scott Lemmon Lemmons

View GitHub Profile
@Lemmons
Lemmons / keybase.md
Created August 8, 2017 16:52
My Keybase proof of identity

Keybase proof

I hereby claim:

  • I am lemmons on github.
  • I am tlemmon (https://keybase.io/tlemmon) on keybase.
  • I have a public key ASBt9gCCsoAURThA4-t5SWHcI_0j4QPO8H5qsa2h1dJmSgo

To claim this, I am signing this object:

@Lemmons
Lemmons / MDErgo1-Lemmon.json
Last active July 18, 2016 15:53
My Ergodox Infinity Layout
{
"header": {
"Author": "Scott Lemmon",
"Base": "Blank",
"Date": "2016-01-14",
"Generator": "KIICONF 0.2",
"KLL": "0.3c",
"Layout": "Lemmon",
"Name": "MDErgo1",
"Version": "0.1"
@Lemmons
Lemmons / pre-commit
Last active August 29, 2015 14:25
A cool git pre-commit hook for python (auto pylints and isorts)
#!/usr/bin/env python
# encoding: utf-8
from __future__ import absolute_import, print_function, unicode_literals
import os
import subprocess
import sys
FS_ENCODING = sys.getfilesystemencoding()