From 69b7936369f857374939259ad774c38166d2667c Mon Sep 17 00:00:00 2001 From: thomasave Date: Sun, 7 Apr 2024 20:31:59 +0200 Subject: [PATCH] Update Home --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 25b4fc1..74d2297 100644 --- a/Home.md +++ b/Home.md @@ -2,6 +2,8 @@ This is a bare-git repository as described on the Arch Wiki: https://wiki.archli To install, run the following commands: ```sh git clone --bare git@git.thomasave.be:thomasave/dotfiles.git $HOME/.dotfiles -git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME" checkout -git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME" config --local status.showUntrackedFiles no +alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' +dotfiles checkout +dotfiles submodule update --init --recursive +dotfiles config --local status.showUntrackedFiles no ``` \ No newline at end of file