Skip to content

Instantly share code, notes, and snippets.

View tksohishi's full-sized avatar
🌱

Takeshi tksohishi

🌱
  • Brooklyn, NY
  • 07:05 (UTC -04:00)
  • X @ohishi
View GitHub Profile
@tksohishi
tksohishi / gist:1460230
Created December 11, 2011 12:06 — forked from niw/tumblr-blog.niw.at.html
Tumbler Theme for blog.niw.at
We couldn’t find that file to show.
@tksohishi
tksohishi / install_homebrew.rb
Created October 13, 2011 18:53 — forked from mxcl/install_homebrew.markdown
Installs Homebrew to /usr/local so you don't need sudo to `brew install`
#!/usr/bin/ruby
# This script installs to /usr/local only. To install elsewhere you can just
# untar https://github.com/mxcl/homebrew/tarball/master anywhere you like.
module Tty extend self
def blue; bold 34; end
def white; bold 39; end
def red; underline 31; end
def reset; escape 0; end
def bold n; escape "1;#{n}" end
@tksohishi
tksohishi / .gitattributes
Created September 9, 2009 16:43 — forked from program247365/.gitattributes
Using git with Xcode project.
*.pbxproj -crlf -diff -merge