Skip to content

Instantly share code, notes, and snippets.

View jrolfs's full-sized avatar

Jamie Rolfs jrolfs

View GitHub Profile
This file has been truncated, but you can view the full file.
@font-face {
font-family: "Operator Mono";
font-style: normal;
font-weight: 400;
src: url(data:font/woff;charset-utf-8;base64,T1RUTwAOAIAAAwBgQ0ZGIAFcM+gAABBsABJJRkZGVE1+ayaLABJ8jAAAABxHREVGGskhLwASWbQAAABUR1BPUyIHMaoAEl2UAAAAnEdTVULrF87bABJaCAAAA4pPUy8yV4b74gAAAVAAAABgUGZFZOQYPKsAEl4wAAACSGNtYXAlb/dVAAAKnAAABa5oZWFkDIWZSgAAAOwAAAA2aGhlYQhhDJMAAAEkAAAAJGhtdHiaBJpkABJgeAAAHBJtYXhwBwVQAAAAAUgAAAAGbmFtZSwzcKYAAAGwAAAI63Bvc3T/kABAAAAQTAAAACAAAQAAAAEAg6TcF3hfDzz1AAsD6AAAAADSvXvLAAAAANYK2L/8VP7gCEoEeAAAAAgAAgAAAAAAAAABAAADwP8QAAAImPxU/eYISgABAAAAAAAAAAAAAAAAAAAHBAAAUAAHBQAAAAMCyAFFAAUABAKDAoP/4QCgAoMCgwA9ATsAQAFGAAACAAAJAAAAAAAAoAAA/xAAAFsAAAAAAAAAAEgmQ28AAAAg9nwDIP84AAADwADwAAAAiwAAAAAB6gJsACAAIAAEAAAAIgGeAAEAAAAAAAAAOgB2AAEAAAAAAAEAFgDfAAEAAAAAAAIABwEGAAEAAAAAAAMAIwFWAAEAAAAAAAQAKQHOAAEAAAAAAAUADQIUAAEAAAAAAAYAHQJeAAEAAAAAAAcAYAM+AAEAAAAAAAgADQO7AAEAAAAAAAkADQPlAAEAAAAAAAsAEgQZAAEAAAAAAAwAEgRSAAEAAAAAAA0AggVrAAEAAAAAAA4AKwZGAAEAAAAAABAAGQamAAEAAAAAABEABAbKAAEAAAAAABIAKQcjAAMAAQQJAAAAdAAAAAMAAQQJAA
@jrolfs
jrolfs / Makefile
Last active August 27, 2021 18:30
Machine bootstrap
home := $${HOME}
shell := /bin/bash
nix := /nix/var/nix
nix_darwin := /run
brew := /opt/homebrew
key := id_ed25519
public_key := .ssh/$(key).pub
github_key := .ssh/github.txt
SHELL := /bin/bash
bin = /usr/local/bin
key = $(HOME)/.ssh/id_rsa.pub
upload-key = $(HOME)/.bootstrap.txt
homeshick = $(HOME)/.homesick/repos/homeshick/homeshick.sh
homeshick_runtime = source $(HOME)/.homesick/repos/homeshick/homeshick.sh
main: dot macostmux neovim
@jrolfs
jrolfs / Makefile
Last active October 2, 2017 00:56
SHELL := /bin/bash
bin = /usr/local/bin
key = $(HOME)/.ssh/id_rsa.pub
upload-key = $(HOME)/.bootstrap.txt
homeshick = $(HOME)/.homesick/repos/homeshick/homeshick.sh
homeshick_runtime = source $(HOME)/.homesick/repos/homeshick/homeshick.sh
main: dot macostmux neovim
const tree = markdown.parse(fs.readFileSync('README.md', 'utf8'));
const taskOptions = lodash.chain(tree)
.transform((memo, node) => {
if (memo.section && memo.list) {
} else if (node[0] === 'header' && node[1].level === 2 && node[2].match(/Making/)) {
memo.section = true;
} else if (node[0] === 'header' && node[1].level === 5 && node[2].match(/Options/)) {
memo.list = true;
}
No dairy, eggs, wheat, spelt, tomatoes, potatoes, eggplant, bell peppers (any peppers), chocolate, or soy
augroup syntax
autocmd! BufRead,BufNewFile *.txt set syntax=markdown
augroup END
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.