Skip to content
Mik Mikhаilеnkо edited this page Jan 26, 2021 · 2 revisions

Based on the The best way to store your dotfiles article.

  1. git clone --bare [email protected]:s303/dotfiles.git $HOME/.dotfiles
  2. git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME config --local status.showUntrackedFiles no
  3. Remove all conflicting dotfiles
  4. git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
Clone this wiki locally