From bcff2544ca420bd2c82310bd3f8f0c7c5a20f6be Mon Sep 17 00:00:00 2001 From: Hydro Date: Fri, 21 Jun 2024 01:09:25 +0200 Subject: [PATCH] Update README.md with install instruction --- README.md | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1db8a94..cdcd73e 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,30 @@ ## Installation -> [!IMPORTANT] -> I will not provide install script for now as -> I am still trying multiple WMs, bar launchers etc. -> And the main purpose of this repository is for me to redeploy my workflow quickly. -> -> Consequently, you will also see a lot of changes in this repository. -> So pick your commit and your directories and check the dependencies. +Please review the following packages before installing: + +```bash +yay -S --needed chezmoi \ + hyprland river sway \ + polkit-kde-agent \ + fzf fish less bat eza \ + foot swayosd-git swayidle wl-clipboard \ + waybar-cava hyprpaper swaync \ + starship \ + git git-lfs lazygit +``` + +Setup `git-lfs` to download large objects (wallpapers etc.): + +``` +git lfs install +``` + +Use `chezmoi` to apply the config to your home directory: + +``` +chezmoi init https://github.com/hydroxycarbamide/dotfiles +chezmoi cd && git lfs pull # if you didn't run `git lfs install` +chezmoi apply +``` +