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
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
```