Skip to content

Instantly share code, notes, and snippets.

@reu
Forked from bernardeli/.zshrc
Created October 20, 2011 18:11
Show Gist options
  • Save reu/1301845 to your computer and use it in GitHub Desktop.
Save reu/1301845 to your computer and use it in GitHub Desktop.
highlighting code for keynote with highlight
first: brew install highlight
second: add to your .zshrc (or .bashrc)
function hlr {
highlight --syntax ruby -k Menlo -K 20 -s edit-xcode $1 | pbcopy
}
third: paste the highlighted code to your Keynote talk.
fourth: enjoy :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment