Update Home
parent
69b7936369
commit
e9dc02d594
8
Home.md
8
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
|
||||
```
|
Loading…
Reference in New Issue