commit 037b9829b49f13723a48992a032db88ed6f4a03e Author: thomasave Date: Sun Apr 7 20:16:48 2024 +0200 Add Install diff --git a/Install.md b/Install.md new file mode 100644 index 0000000..25b4fc1 --- /dev/null +++ b/Install.md @@ -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 +``` \ No newline at end of file