Skip to content

Instantly share code, notes, and snippets.

View ciaranlee's full-sized avatar

Ciaran Lee ciaranlee

View GitHub Profile
---
:update_sources: true
:benchmark: false
:bulk_threshold: 1000
:backtrace: false
:verbose: true
gem: --no-ri --no-rdoc
# -*- Makefile -*-
# Mac OSX makefile for FreeImage
# This file can be generated by ./gensrclist.sh
include Makefile.srcs
# General configuration variables:
CC_PPC = gcc-4.0
CC_I386 = gcc-4.0
CPP_PPC = g++-4.0
.DS_Store
db/schema.rb
log/searchd.pid
# log/*.log
public/.DS_Store
log/*
log/mailer_workers__deliver_mail
log/mailings_workers__send_mailing
# export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
# export PS1='\w$(__git_ps1 "(%s)") > '
export PS1='\[\033[01;32m\]\w\[\033[00m\]:\[\033[01;34m\]$(__git_ps1 "(%s)")\[\033[00m\]\$ '
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
export TERM=xterm-color
export LESS="-erX"
alias ls='ls -G'
alias ll='ls -hl'
sudo update-alternatives --install \
sudo update-alternatives --install \
/usr/local/bin/ruby ruby /opt/ruby-1.8/bin/ruby 50 \
--slave /usr/local/bin/erb erb /opt/ruby-1.8/bin/erb \
--slave /usr/local/bin/gem gem /opt/ruby-1.8/bin/gem \
--slave /usr/local/bin/rake rake /opt/ruby-1.8/bin/rake \
--slave /usr/local/bin/irb irb /opt/ruby-1.8/bin/irb \
--slave /usr/local/bin/rdoc rdoc /opt/ruby-1.8/bin/rdoc \
--slave /usr/local/bin/ri ri /opt/ruby-1.8/bin/ri \
"International Date Line West":(GMT-11:00) International Date Line West
"Midway Island":(GMT-11:00) Midway Island, Samoa
"Hawaii":(GMT-10:00) Hawaii
"Alaska":(GMT-09:00) Alaska
"Pacific Time (US & Canada)":(GMT-08:00) Pacific Time (US & Canada)
"Tijuana":(GMT-08:00) Tijuana
@ciaranlee
ciaranlee / gist:40157
Created December 26, 2008 23:44 — forked from drnic/gist:38843
# SUPER DARING APP TEMPLATE 1.0
# By Peter Cooper
# modified to use authlogic, as per the tutorial here: http://www.binarylogic.com/2008/11/3/tutorial-authlogic-basic-setup
# Link to local copy of edge rails
inside('vendor') { run 'ln -s ~/src/ext/git/rails rails' }
# Delete unnecessary files
run "rm README"
run "rm public/index.html"