Skip to content

Instantly share code, notes, and snippets.

View rholdy's full-sized avatar

Ryan Holdaway rholdy

View GitHub Profile
@beneggett
beneggett / .zshrc
Last active December 23, 2015 07:39
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="muse"
DISABLE_AUTO_UPDATE="true"
DISABLE_LS_COLORS="false`"
plugins=(git sublime bundler brew gem rails3)
export EDITOR="sub --wait"
source $ZSH/oh-my-zsh.sh
require 'rubygems'
require 'mechanize'
FIRST_NAME = 'FIRST_NAME'
LAST_NAME = 'LAST_NAME'
PHONE = 'PHONE'
EMAIL = 'EMAIL@provider.com'
PARTY_SIZE = 2
SCHEDULE_RANGE = { :start_time => '19:00', :end_time => '20:30' }