commit 818ba6a0457b21e7f41855e7ed9eb88550548dc7 Author: Florestan Bredow Date: Sun Nov 21 20:44:13 2021 +0000 Ajouter 'Home' 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