diff --git a/Home.md b/Home.md index 17c831e..c6a1be8 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ # Folder `.config` must be empty 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 +git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" -f checkout ``` ## Save modification ```bash