Skip to content

Instantly share code, notes, and snippets.

View andrewkatz's full-sized avatar

Andrew Katz andrewkatz

  • Los Angeles, CA
View GitHub Profile
" Tomorrow Night - Full Colour and 256 Colour
" http://chriskempson.com
"
" Hex colour conversion functions borrowed from the theme "Desert256""
" Default GUI Colours
let s:foreground = "c5c8c6"
let s:background = "1a1a1a"
let s:selection = "373b41"
let s:line = "282a2e"
@andrewkatz
andrewkatz / gist:4552578
Created January 17, 2013 00:59
jasmine segfault
[~/dev/outright] [rails-3.0-upgrade ✗] rake jasmine:ci
Unable to load thrift_native extension. Defaulting to pure Ruby libraries.
WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.7.8
[DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.txn" is no longer supported
/Users/andrewkatz/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby -S rspec /Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/gems/jasmine-1.3.1/lib/jasmine/run_specs.rb --colour --format progress -r /Users/andrewkatz/dev/outright/config/environment
Unable to load thrift_native extension. Defaulting to pure Ruby libraries.
WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.7.8
[DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.txn" is no longer supported
Waiting for jasmine server on 58225...
[2013-01-16 16:58:23] INFO WEBrick 1.3.1
PROMPT=$'%{$fg[blue]%}[%~]%{$reset_color%}$(git_prompt_info) '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%} ["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
@andrewkatz
andrewkatz / .tmux.conf
Created January 13, 2013 22:33
tmux config
set -g default-terminal "screen-256color"
# Use the system pasteboard
set-option -g default-command "reattach-to-user-namespace -l zsh"
# Bind Control key to match Screen
set -g prefix C-a
# Use vi key bindings
set -g status-keys vi