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:
|
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
|
||||||
```
|
```
|
Loading…
Reference in New Issue