diff --git a/Home.md b/Home.md index c6a1be8..3724c76 100644 --- a/Home.md +++ b/Home.md @@ -5,6 +5,8 @@ git clone --bare "https://git.daiko.fr/daiko/dotfiles-barre.git" "$HOME/.config/dotfiles" # /!\ : all config files will be overwrited git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" -f checkout +# hide untracked files +config config status.showUntrackedFiles no ``` ## Save modification ```bash