I hereby claim:
- I am reder on github.
- I am reder (https://keybase.io/reder) on keybase.
- I have a public key ASBMzj1fcH068KmRfD639YCTs-JhgBmZnqc0G8p8GGQ57wo
To claim this, I am signing this object:
# settings from: http://michaelalynmiller.com/blog/2013/02/27/vim-tmux-clojure/ | |
# ############################################################## | |
# Global settings. | |
# | |
# Switch the prefix to Ctrl-a since Ctrl-b interferes with Vim. | |
set -g prefix C-a | |
unbind C-b | |
# Change the default input delay in order to improve Vim |
for file in ./notes/* | |
do | |
ruby -i.bak -ne 'print if not /Title:|Timestamp:|Created:|Last\sAccessed:|Times\sAccessed:|Tags:|Metadata:/' "$file" | |
done |
#!/bin/sh | |
# Install Homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# homebrew taps | |
brew tap caskroom/cask | |
brew tap caskroom/versions | |
brew tap caskroom/fonts | |
# homebrew apps |
I hereby claim:
To claim this, I am signing this object:
function canFormat(clipping) { | |
return clipping.url != null | |
} | |
function format(clipping) { | |
return '<opml><body><outline text="' + clipping.title + '" _note="' + clipping.url + '" /></body></opml>' | |
} |