From d996099edde595132afad4872507e7b25a8b4d39 Mon Sep 17 00:00:00 2001 From: Yannick7777 <87943421+Yannick7777@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:35:25 +0200 Subject: [PATCH] Add installation instrucitons --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index f7207e9..c8d5eab 100644 --- a/README +++ b/README @@ -4,3 +4,11 @@ - General information - Screenshots - Add installation script + +## How to install Dotfiles: +- Make sure you installed Hyprland and all programs listed in hyprland.conf +- Run `alias dotfiles=/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME` +- Run `git clone --bare https://github.com/Yannick7777/dotfiles.git $HOME/dotfiles` +- Run `dotfiles config --local status.showUntrackedFiles no` +- Run `dotfiles checkout` +- Finally restart your shell to be able to update the dotfiles via the `dotfiles pull origin main` command.