Skip to content

Instantly share code, notes, and snippets.

View toledox82's full-sized avatar
🏠
Working from home

Marcio Toledo toledox82

🏠
Working from home
View GitHub Profile
@olimortimer
olimortimer / gist:2850505
Created June 1, 2012 08:54
JS: New window rel="external"
$(function() {
// Open rel="external" in a new window
$('a[rel*=external]').click(function(){
window.open(this.href);
return false;
});
});
@svnlto
svnlto / install.md
Created December 12, 2011 22:59
Setup OS X 10.7 w/ homebrew, oh-my-zsh, rvm, nvm

Setup new Mac with OSX Lion from scratch

These commands are good as of 2011-07-27.

Install Xcode 4

The download/install takes a while so start it first. When it finishes downloading you will still need to run it to complete installation.

Really the nicest choice for a terminal on OSX right now, especially with Lion style full screen support.