From e1ef38ef2127badf7dcdb287a1f2523104524a7e Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 15 Aug 2023 15:29:35 +0200 Subject: [PATCH] Added steps to new computer setup --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```