Add Install

thomasave 2024-04-07 20:16:48 +02:00
commit 037b9829b4
1 changed files with 7 additions and 0 deletions

7
Install.md Normal file

@ -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
```