Actualiser Home

2025-06-27 08:12:37 +02:00
parent 2506ecc0f9
commit 413665ae29

10
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 # /!\ : all config files will be overwrited
git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" checkout -f git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" checkout -f
# hide untracked files # hide untracked files
dotfiles config status.showUntrackedFiles no dot config status.showUntrackedFiles no
``` ```
## Save modification ## Save modification
```bash ```bash
dotfiles add path/config.file dot add path/config.file
dotfiles commit -m "Description" dot commit -m "Description"
dotfiles pull dot pull
``` ```
## Get last update ## Get last update
```bash ```bash
dotfiles pull dot pull
``` ```