I hereby claim:
- I am jackbaty on github.
- I am jackbaty (https://keybase.io/jackbaty) on keybase.
- I have a public key ASD-sVCAQoAJCggkq8eXyUItLx_JyDXAY5YTQW1cKfwRjQo
To claim this, I am signing this object:
# Configuration file for dircolors, a utility to help you set the | |
# LS_COLORS environment variable used by GNU ls with the --color option. | |
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the | |
# slackware version of dircolors) are recognized but ignored. | |
# Below, there should be one TERM entry for each termtype that is colorizable | |
TERM linux | |
TERM linux-c | |
TERM mach-color |
// ==UserScript== | |
// @name dumpbox | |
// @namespace http://fluidapp.com | |
// @description dumps JIRA issue content into a div for easy copy/paste action | |
// @include * | |
// @author Karl Swedberg | |
// ==/UserScript== | |
(function($) { |
// ==UserScript== | |
// @name dumpbox | |
// @namespace http://fluidapp.com | |
// @description dumps JIRA issue content into a div for easy copy/paste action | |
// @include * | |
// @author Karl Swedberg | |
// ==/UserScript== | |
(function($) { |
#!/usr/bin/perl | |
use strict; | |
my $script_name = $ARGV[0]; | |
my $file_contents = ""; | |
while(<>) { | |
if($_ =~ /\[caption.*/) { | |
my %imageData; |
<?xml version="1.0" encoding="UTF-8"?> | |
<opml version="2.0"> | |
<head> | |
<title>Day One Export</title> | |
</head> | |
<body> | |
{% for entry in journal %} | |
<outline text="{{ entry['Text'] }}" StartDate="{{ entry['Date'] }}" Weather="{{ entry['Fahrenheit'] }} and {{ entry['Description'] }}" Address="{{ entry.place() }}" /> | |
{% endfor %} | |
</body> |
I hereby claim:
To claim this, I am signing this object:
" My current .vimrc file | |
" Jack Baty | |
" [email protected] | |
" Environment | |
set nocompatible " We don't want vi compatibility. | |
filetype off " still needed? | |
set shell=/bin/bash\ -i |
;; Mu4e ------------------------------------------------------------------------ | |
;; Mail Mu4e | |
(require 'org-mu4e) | |
(setq mu4e-maildir "~/Mail") | |
(setq mu4e-user-mail-address-list '("[email protected]" "[email protected]") ) | |
;;store link to message if in header view if nil - header query if t | |
(setq org-mu4e-link-query-in-headers-mode t) |
(setq org-capture-templates | |
'(("t" "Todo to Inbox" entry | |
(file+headline "~/Dropbox/org/inbox.org" "Inbox") | |
"* TODO %? \n %i\n") | |
("T" "Add a Tickler" entry | |
(file+headline "~/Dropbox/org/tickler.org" "Tickler") | |
"* %?\n%u") | |
("c" "Todo and Clock In" entry | |
(file+headline "~/Dropbox/org/inbox.org" "Inbox") | |
"* TODO %? \n %i\n" :clock-in t :clock-keep t) |
!function() { | |
var t = "https://webmention.io/api/mentions", | |
a = $("hr.full"); | |
if (1 === a.length) { | |
var e = $.ajax(t, { | |
data: { | |
target: "https://www.baty.blog" + location.pathname | |
} | |
}), | |
n = function(t) { |