diff --git a/README.md b/README.md index aac33c6..90e2a65 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ alias dotf='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME' dotf init rm .inputrc rm .bashrc -git remote add origin https://git.rre.nu/jonas/dotfiles.git +dotf remote add origin https://git.rre.nu/jonas/dotfiles.git +dotf config --local status.showUntrackedFiles no dotf fetch origin dotf checkout main ```