Skip to content

corbie/dotfiles

Repository files navigation

Setup

To install dotfiles:

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