mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 11:59:07 -04:00
Update README.md with install instruction
This commit is contained in:
parent
e44fd0c702
commit
bcff2544ca
1 changed files with 27 additions and 7 deletions
34
README.md
34
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue