These are my personal dotfiles. They setup an environment the way I like it.
Run these commands
git clone git://github.com/Pandu1986/dotfiles ~/.dotfiles
cd ~/.dotfiles
gem install bundler
bundle
bundle exec rake installNow, add this to your ~/.bash_profile or ~/.bashrc or whatever:
# source in dotfiles
if [ -f ~/.bash_dotfiles.sh ]; then
. ~/.bash_dotfiles.sh
fiI am running on Mac OS X, bash.