These are intended to be used with bash.
$ sudo apt-get install python-virtualenv virtualenvwrapper git-core
Run this:
git clone https://github.com/marklit/dotfiles.git ~/dotfiles
source dotfiles/bootstrap.sh
Add the following to your ~/bash.rc
file:
source ~/dotfiles/bootstrap.sh
Here's a quick command to do it for you:
echo 'source ~/dotfiles/bootstrap.sh' >> .bashrc