Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
if [ -x "node -v" ]; then
echo " "
echo "Node installed correctly; continuing..."
else
echo " "
echo "Node not installed. Installing..."
curl https://raw.github.com/creationix/nvm/master/install.sh | sh
nvm install 0.8
@jakobo
jakobo / perferences.json
Created August 24, 2012 06:26 — forked from thegilby/perferences.json
My Sublime Text 2 config
{
"__urls__": [
"I do this to preserve comments between reloads",
"1. https://github.com/buymeasoda/soda-theme",
"2. install color addon",
"3. install Package Control",
"4. add LESS and SASS packages"
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",