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