From 838344e2ed4a54a62c82e59d118bd45b9d7f90c2 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Wed, 20 Sep 2023 07:19:32 +0000 Subject: [PATCH] Fix repo url --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 8c56d3a..7c858c2 100644 --- a/Home.md +++ b/Home.md @@ -2,7 +2,7 @@ ## Installation ```bash # Folder `.config` must be empty -git clone --bare "https://git.daiko.fr/daiko/dotfiles-barre.git" "$HOME/.config/dotfiles" +git clone --bare "https://git.daiko.fr/daiko/dotfiles.git" "$HOME/.config/dotfiles" # /!\ : all config files will be overwrited git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" -f checkout # hide untracked files