Copy and run this script:
git clone http://github.com/erming/dotfiles && ./dotfiles/install.sh
This will also apt-get
a couple of useful packages:
git
screen
tree
unzip
vim
wget
Useful git
aliases:
a = add --all
b = branch
c = commit
d = diff
l = log --oneline -5
p = push
s = status
Available under the MIT license.