Actualiser Home

2023-11-14 14:23:27 +01:00
parent 838344e2ed
commit 2b49c3da95

@@ -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" -f checkout
git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" checkout
# hide untracked files
dotfiles config status.showUntrackedFiles no
```