From e9dc02d5943b68e69572201e8442660bc4e36015 Mon Sep 17 00:00:00 2001 From: thomasave Date: Wed, 10 Apr 2024 13:48:21 +0200 Subject: [PATCH] Update Home --- Home.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 74d2297..cbbf143 100644 --- a/Home.md +++ b/Home.md @@ -2,8 +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 -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 +alias dot='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' +dot checkout +dot submodule update --init --recursive +dot config --local status.showUntrackedFiles no ``` \ No newline at end of file