add install instructions for readme
This commit is contained in:
parent
687a8696e3
commit
355755c38d
1 changed files with 25 additions and 5 deletions
30
README.md
30
README.md
|
@ -4,8 +4,27 @@ Setup & Configuration for Hyprland.
|
||||||
|
|
||||||
Best way to start off is install KDE first and make changes.
|
Best way to start off is install KDE first and make changes.
|
||||||
|
|
||||||
|
These dotfiles are managed by [chezmoi](https://www.chezmoi.io/).
|
||||||
|
|
||||||
|
# Quickstart
|
||||||
|
1. install chezmoi
|
||||||
|
check [Install - chezmoi](https://www.chezmoi.io/install)
|
||||||
|
|
||||||
|
for archlinux:
|
||||||
|
```shell
|
||||||
|
pacman -S chezmoi
|
||||||
|
```
|
||||||
|
2. apply dotfiles
|
||||||
|
simply overwrite:
|
||||||
|
```shell
|
||||||
|
chezmoi init https://codeberg.org/grassblock/hyprdots.git && chezmoi apply -v
|
||||||
|
```
|
||||||
|
merge maually:
|
||||||
|
```shell
|
||||||
|
chezmoi init https://codeberg.org/grassblock/hyprdots.git && chezmoi merge $FILE
|
||||||
|
```
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
- nwg-bar
|
|
||||||
- waybar
|
- waybar
|
||||||
- rofi, rofimoji
|
- rofi, rofimoji
|
||||||
- kitty
|
- kitty
|
||||||
|
@ -18,9 +37,10 @@ Best way to start off is install KDE first and make changes.
|
||||||
- cliphist
|
- cliphist
|
||||||
- udiskie
|
- udiskie
|
||||||
- networkmanager_dmenu
|
- networkmanager_dmenu
|
||||||
|
- gradience-git
|
||||||
|
|
||||||
# Themes
|
# Themes
|
||||||
Nordic (gtk2/3/4)
|
- Nordic (gtk2/3)
|
||||||
Utterly-Nord (qt)
|
- Utterly-Nord (qt)
|
||||||
papirus-dark (icon)
|
- papirus-dark (icon)
|
||||||
Nordzy-cursors (cursors)
|
- Nordzy-cursors (cursors)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue