Skip to content

Instantly share code, notes, and snippets.

View JacopoDaeli's full-sized avatar
🙈

Jacopo Daeli JacopoDaeli

🙈
View GitHub Profile
@JacopoDaeli
JacopoDaeli / install-iojs.sh
Last active August 29, 2015 14:26
Install io.js on Ubuntu / Debian
IOJS_VERSION=v2.5.0
IOJS_DIR=$HOME/.iojs
iojs_install() {
iojs_setup
iojs_download
iojs_assemble
iojs_teardown
}
@JacopoDaeli
JacopoDaeli / keynote-code-highlighting.md
Last active August 29, 2015 14:22
Code highlighting for Keynote presentations.

Step 0:

Get Homebrew installed on your mac if you don't already have it.

Step 1:

Install highlight. Run brew install highlight (this brings down Lua and Boost as well).

Step 2: