Actualiser Home

2024-06-20 19:57:15 +02:00
parent 2b49c3da95
commit 2506ecc0f9

@@ -4,7 +4,7 @@
# Folder `.config` must be empty
git clone --bare "https://git.daiko.fr/daiko/dotfiles.git" "$HOME/.config/dotfiles"
# /!\ : all config files will be overwrited
git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" checkout
git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" checkout -f
# hide untracked files
dotfiles config status.showUntrackedFiles no
```