diff --git a/README.md b/README.md index 8cf8e23..9e32298 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,27 @@ Setup & Configuration for Hyprland. 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 -- nwg-bar - waybar - rofi, rofimoji - kitty @@ -18,9 +37,10 @@ Best way to start off is install KDE first and make changes. - cliphist - udiskie - networkmanager_dmenu +- gradience-git # Themes -Nordic (gtk2/3/4) -Utterly-Nord (qt) -papirus-dark (icon) -Nordzy-cursors (cursors) +- Nordic (gtk2/3) +- Utterly-Nord (qt) +- papirus-dark (icon) +- Nordzy-cursors (cursors)