TODO: Info about these dotfiles.
Just clone this repo into ~/dotfiles
and run:
~/dotfiles/setup.sh
Or, here's some copy-pasta if you're into that kind of thing:
read -e -p "Github repo: " -i "deanrather/dotfiles" GITHUB_REPO &&
which git >> /dev/null || sudo apt-get install -y git &&
git clone "https://github.com/$GITHUB_REPO.git" ~/dotfiles &&
~/dotfiles/setup.sh