This currently only contains a setup script for personal use.
The dotfiles repo is private because it contains personal information, but you can substitute my public mirror.
In setup.sh, replace:
< export DOTFILES_REPO=git@github.com:thorio/dotfiles.git
---
> export DOTFILES_REPO=https://github.com/thorio/dotfiles-public.git
The script will still prompt you to add a deploy key, but you can safely skip this step.
Run script:
. <(curl https://thorio.github.io/setup.sh)