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 install
Now, add this to your ~/.bash_profile
or ~/.bashrc
or whatever:
# source in dotfiles
if [ -f ~/.bash_dotfiles.sh ]; then
. ~/.bash_dotfiles.sh
fi
I am running on Mac OS X, bash.