Skip to content

Instantly share code, notes, and snippets.

View tnrich's full-sized avatar

Thomas Willheim tnrich

View GitHub Profile
@tnrich
tnrich / gist:99fcf420a49340a9c61f
Created February 11, 2015 23:56
Create symlink to open folders in sublime
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/bin/subl
@tnrich
tnrich / .profile
Created November 24, 2014 18:17
Useful git shell commands. Put them in ~/.profile
alias gc='git checkout'
alias gcam='git commit -am '
alias gcb='git checkout -b '
alias gpu='git push -u'
alias gs='git status -sb '
@tnrich
tnrich / 0_reuse_code.js
Last active August 29, 2015 14:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console