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