Update Home

thomasave 2024-04-10 13:48:21 +02:00
parent 69b7936369
commit e9dc02d594
1 changed files with 4 additions and 4 deletions

@ -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: 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
alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' alias dot='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
dotfiles checkout dot checkout
dotfiles submodule update --init --recursive dot submodule update --init --recursive
dotfiles config --local status.showUntrackedFiles no dot config --local status.showUntrackedFiles no
``` ```