From 037b9829b49f13723a48992a032db88ed6f4a03e Mon Sep 17 00:00:00 2001 From: thomasave Date: Sun, 7 Apr 2024 20:16:48 +0200 Subject: [PATCH] Add Install --- Install.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Install.md 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