From a36290b8020d5d6adfcfc6a007ca64d1e8500bee Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Sun, 21 Nov 2021 20:55:43 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Home'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index 005d81d..cfebe4b 100644 --- a/Home.md +++ b/Home.md @@ -1,7 +1,10 @@ # Dotfiles ## Installation ```bash +# fish alias -s dotfiles="/usr/bin/git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME" +# bash +alias dotfiles="/usr/bin/git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME" git clone --bare "https://git.daiko.fr/daiko/dotfiles-barre.git" "$HOME/.config/dotfiles" dotfiles checkout ```