Skip to content

Instantly share code, notes, and snippets.

View kassi's full-sized avatar

Karsten Silkenbäumer kassi

View GitHub Profile
@kassi
kassi / init.sh
Created July 18, 2012 20:55
System Setup: OSX
# System
# install homebrew: http://mxcl.github.com/homebrew/
ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
brew install ack
brew install bash-completion
# Development Tools
@kassi
kassi / .gemrc
Created July 18, 2012 20:51
System Files: ruby
gem: --no-ri --no-rdoc
install: --no-rdoc --no-ri
update: --no-rdoc --no-ri
@kassi
kassi / .ackrc
Created July 18, 2012 16:57
System Files
--type-add
html=.mtml
@kassi
kassi / rbenv-install-system-wide.sh
Created June 6, 2012 23:11 — forked from jnx/rbenv-install-system-wide.sh
rbenv install and system wide install on Ubuntu 10.04 LTS.
# Update, upgrade and install development tools:
apt-get update
apt-get -y upgrade
apt-get -y install build-essential
apt-get -y install git-core
# Install rbenv
git clone git://github.com/sstephenson/rbenv.git /usr/local/rbenv
# Add rbenv to the path: