To install dotfiles:
- Clone this repo into ~/.dotfiles:
git clone --bare https://github.com/corbie/dotfiles.git ~/.dotfiles
- Check out bare repo into $HOME:
git --git-dir=${HOME}/.dotfiles --work-tree=${HOME} checkout
- Disable showing untracked files in $HOME
dt config --local status.showUntrackedFiles no