From ce236b92625809e5ab64f970184ec36c9b4aa383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Doma=C5=84ski?= Date: Mon, 15 Jul 2024 12:28:03 +0200 Subject: [PATCH] bump readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d07084..697e568 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ I stole this idea. But it works magic. To setup dotfiles run: ```bash -REPO_URL=git@github.com:ickyicky/dot.git +REPO_URL=ssh://git@gitea.domandoman.xyz:222/doman/dot.git git clone --bare $REPO_URL $HOME/.dot/ alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME" dot config status.showUntrackedFiles no