Add Install
commit
037b9829b4
|
@ -0,0 +1,7 @@
|
||||||
|
This is a bare-git repository as described on the Arch Wiki: https://wiki.archlinux.org/title/Dotfiles
|
||||||
|
To install, run the following commands:
|
||||||
|
```sh
|
||||||
|
git clone --bare git@git.thomasave.be:thomasave/dotfiles.git $HOME/.dotfiles
|
||||||
|
git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME" checkout
|
||||||
|
git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME" config --local status.showUntrackedFiles no
|
||||||
|
```
|
Loading…
Reference in New Issue