Update Home

thomasave 2024-04-07 20:31:59 +02:00
parent 403a8f7f54
commit 69b7936369
1 changed files with 4 additions and 2 deletions

@ -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: To install, run the following commands:
```sh ```sh
git clone --bare git@git.thomasave.be:thomasave/dotfiles.git $HOME/.dotfiles git clone --bare git@git.thomasave.be:thomasave/dotfiles.git $HOME/.dotfiles
git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME" checkout alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME" config --local status.showUntrackedFiles no dotfiles checkout
dotfiles submodule update --init --recursive
dotfiles config --local status.showUntrackedFiles no
``` ```