Skip to content

Instantly share code, notes, and snippets.

View sjahl's full-sized avatar

Steve Jahl sjahl

  • Cambridge, MA
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>RSS subscriptions for redacted</title>
<dateCreated>Fri, 19 Jan 2018 14:13:10 -0600</dateCreated>
<ownerEmail>redacted</ownerEmail>
</head>
<body>
<outline text="Code as Craft" title="Code as Craft" type="rss" xmlUrl="http://codeascraft.etsy.com/feed/" htmlUrl="https://codeascraft.com"/>
<outline text="Daring Fireball" title="Daring Fireball" type="rss" xmlUrl="http://daringfireball.net/index.xml" htmlUrl="https://daringfireball.net/"/>

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@sjahl
sjahl / tmux.conf
Created March 30, 2012 14:15
tmux resize VI bindings
bind-key J resize-pane -D 5
bind-key K resize-pane -U 5
bind-key H resize-pane -L 5
bind-key L resize-pane -R 5
@sjahl
sjahl / config.h
Created December 22, 2011 17:17
snk's DWM config
/* See LICENSE file for copyright and license details. */
/* appearance */
static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
static const char normbordercolor[] = "#404040";
static const char normbgcolor[] = "#282828";
static const char normfgcolor[] = "#ffffff";
static const char selbordercolor[] = "#FFB200";
static const char selbgcolor[] = "#666666";
static const char selfgcolor[] = "#ffffff";