From ca321c436941dff3bdb6cf34d7c0eea16e17e7eb Mon Sep 17 00:00:00 2001 From: chodak166 Date: Sun, 19 Apr 2026 12:25:28 +0200 Subject: [PATCH] Update '.dotfiles.d/README.md' --- .dotfiles.d/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dotfiles.d/README.md b/.dotfiles.d/README.md index 1815ef1..df1509a 100644 --- a/.dotfiles.d/README.md +++ b/.dotfiles.d/README.md @@ -11,7 +11,7 @@ config config status.showUntrackedFiles no ## Restore (sync) ```bash -git clone --separate-git-dir=$HOME/.dotfiles.git ssh://git@git.nixlab.in:11022/chodak166/dotfiles.git $HOME/dotfiles-tmp +git clone --separate-git-dir=$HOME/.dotfiles.git http://git.nixlab.in/chodak166/dotfiles.git $HOME/dotfiles-tmp # cp ~/dotfiles-tmp/.gitmodules ~ # If you use Git submodules rm -r ~/dotfiles-tmp/ alias config='/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME'