Update README.md with install instruction

This commit is contained in:
Hydro 2024-06-21 01:09:25 +02:00 committed by GitHub
parent e44fd0c702
commit bcff2544ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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