From 818ba6a0457b21e7f41855e7ed9eb88550548dc7 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Sun, 21 Nov 2021 20:44:13 +0000 Subject: [PATCH] Ajouter 'Home' --- Home.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..3d9f8f2 --- /dev/null +++ b/Home.md @@ -0,0 +1,7 @@ +# Dotfiles +## Installation +```bash +alias -s 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 +``` \ No newline at end of file