My dotfiles. Copy SUBSTS to SUBSTS.local and edit. Then run './dm install'. This
will copy updated distfiles to $HOME.

After a checkout, don't forget to run

    git config core.hooksPath .githooks

To get the submodules setup, run

    git submodule init
    git submodule update

To push to self-host and github, add the following to .git/config

[remote "origin"]
        url = git@github.com:ryanakca/ryanakca-dotfiles.git
        url = hades.rak.ac:public_git/ryanakca-dotfiles.git
        fetch = +refs/heads/*:refs/remotes/origin/*