My OSX / Ubuntu / Debian dotfiles. Based on cowboy's dotfiles.
# with curl:
bash -c "$(curl -fsSL https://raw.github.com/gedex/dotfiles/master/bin/dotfiles)" && source ~/.bashrc
# with wget:
bash -c "$(wget -qO- https://raw.github.com/gedex/dotfiles/master/bin/dotfiles)" && source ~/.bashrc