From 7379b97223f98caab8fff2f74767897f9c13fcb5 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 17 Oct 2019 22:26:41 +0200 Subject: [PATCH] =?UTF-8?q?README:=20correction=20sur=20l'impl=C3=A9mentat?= =?UTF-8?q?ion=20de=20dotfiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b56d72..9564e39 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Les autres fois : ```bash git clone --bare gitea@forge.o9.re:olivier/dotfiles.git $HOME/.dotfiles alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' +dotfiles config --local status.showUntrackedFiles no dotfiles checkout source ~/.zshrc ```