From 98ee71433f7b30cbebef4a3e6992bf1edd57bc5f Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Tue, 16 Aug 2022 20:28:45 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Home'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index a98040c..877b400 100644 --- a/Home.md +++ b/Home.md @@ -1,16 +1,18 @@ # Dotfiles ## Installation ```bash -# fish +# Folder `.config` must be empty git clone --bare "https://git.daiko.fr/daiko/dotfiles-barre.git" "$HOME/.config/dotfiles" dotfiles checkout ``` -## Sauvegarder une modification +## Save modification ```bash dotfiles add path/config.file dotfiles commit -m "Description" +dotfiles pull ``` -## Synchroniser + +## Get last update ```bash dotfiles pull ``` \ No newline at end of file