From 2506ecc0f92ee8b2eca98ed41c9293243eeb5761 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Thu, 20 Jun 2024 19:57:15 +0200 Subject: [PATCH] Actualiser Home --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 684fb86..e1b4b74 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ # Folder `.config` must be empty 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" checkout +git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" checkout -f # hide untracked files dotfiles config status.showUntrackedFiles no ```