Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 352 Bytes

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