From 50b0adb3212e49bc972f97f99603cbb0951d965f Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Mon, 10 Mar 2025 08:43:07 +0100 Subject: [PATCH] Fix instructions. --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e2bbaf3..2647937 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # To install: -git clone --bare git@github.com:Kaholaz/dotfiles.git $HOME/.dotfiles +git clone --bare http://git.kaholaz.net/kaholaz/dotfiles $HOME/.dotfiles -alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' +alias dotf='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' -dotfiles config --local status.showUntrackedFiles no +dotf config --local status.showUntrackedFiles no -dotfiles restore --staged . (WARNING: DELETES ANY LOCAL DOTFILES) +dotf restore --staged . + +dotf restore . + +dotf remote set-url origin git@git.kaholaz.net:kaholaz/dotfiles.git -dotfiles checkout