From 413665ae292751011e5caa2de0e5fc0ef363bcc3 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Fri, 27 Jun 2025 08:12:37 +0200 Subject: [PATCH] Actualiser Home --- Home.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index e1b4b74..396fa9d 100644 --- a/Home.md +++ b/Home.md @@ -6,16 +6,16 @@ git clone --bare "https://git.daiko.fr/daiko/dotfiles.git" "$HOME/.config/dotfil # /!\ : all config files will be overwrited git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" checkout -f # hide untracked files -dotfiles config status.showUntrackedFiles no +dot config status.showUntrackedFiles no ``` ## Save modification ```bash -dotfiles add path/config.file -dotfiles commit -m "Description" -dotfiles pull +dot add path/config.file +dot commit -m "Description" +dot pull ``` ## Get last update ```bash -dotfiles pull +dot pull ``` \ No newline at end of file