Update Home
parent
403a8f7f54
commit
69b7936369
6
Home.md
6
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:
|
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
|
||||||
```
|
```
|
Loading…
Reference in New Issue