mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-05 04:19: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
|
## Installation
|
||||||
|
|
||||||
> [!IMPORTANT]
|
Please review the following packages before installing:
|
||||||
> I will not provide install script for now as
|
|
||||||
> I am still trying multiple WMs, bar launchers etc.
|
```bash
|
||||||
> And the main purpose of this repository is for me to redeploy my workflow quickly.
|
yay -S --needed chezmoi \
|
||||||
>
|
hyprland river sway \
|
||||||
> Consequently, you will also see a lot of changes in this repository.
|
polkit-kde-agent \
|
||||||
> So pick your commit and your directories and check the dependencies.
|
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