…
git clone git://github.com/tetsuo692/dotfiles ~/.dotfiles
add following lines in .autotest:
require File.dirname(__FILE__)+'/.dotfiles/rails/autotest'
add following lines in .bashrc:
. ~/.dotfiles/bashrc
and this in .bash_profile
if [ -f ~/.bashrc ];
then
source ~/.bashrc
fi
- peepcode.com (https://peepcode.com/products/advanced-command-line)