Add instructions to overwrite local dotfiles

This commit is contained in:
Kaholaz 2023-02-08 14:37:35 +01:00
parent f4af621a8d
commit a431cda392
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -5,4 +5,6 @@ alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles config --local status.showUntrackedFiles no dotfiles config --local status.showUntrackedFiles no
dotfiles restore --staged . (WARNING: DELETES ANY LOCAL DOTFILES)
dotfiles checkout dotfiles checkout