From 3d970b3657736fb39a7e5220450966e5beab388e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 29 Aug 2024 19:28:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20deps(README):=20change?= =?UTF-8?q?=20base=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/README.md b/.github/README.md index 7340db94..1946a964 100644 --- a/.github/README.md +++ b/.github/README.md @@ -214,10 +214,11 @@ First, lets start with the required base packages for the configuration to funct ```bash yay -Sy hyprland hyprlock hypridle xdg-desktop-portal-hyprland hyprpicker \ - swww waybar rofi-wayland swaync swayosd-git wl-clipboard wl-clip-persist \ - pyprland qt5ct pavucontrol cliphist playerctl udiskie devify fzf jq eza fd \ - catppuccin-gtk-theme-macchiato catppuccin-cursors-macchiato cava slurp grim satty \ - vivid fish starship + swww waybar waybar-updates rofi-wayland swaync swayosd-git playerctl \ + wl-clipboard wl-clip-persist cliphist udiskie devify polkit-gnome \ + pyprland qt5ct qt5-wayland qt6-wayland pavucontrol \ + fzf jq eza fd slurp grim satty vivid fish starship \ + catppuccin-gtk-theme-macchiato catppuccin-cursors-macchiato ``` On the first line we have the hypr ecosystem packages and on the other lines we have the must have packages. @@ -227,8 +228,7 @@ On the first line we have the hypr ecosystem packages and on the other lines we Now lets move to the Optional Packages (If you don't want to install any more packages, move to the Dotfiles Installation step) ```bash -yay -Sy yazi nemo kitty ttf-ms-win11-auto ttf-jetbrainsmono-nerd zathura zathura-pdf-mupdf qimgv-light \ - mpv +yay -Sy yazi nemo kitty zathura zathura-pdf-mupdf qimgv-light mpv ``` Here we have some packages that you can replace with your favorite ones and are not required at all for the desktop to function (though it wont look the same). For example, the terminal (kitty), the file manager (nemo and yazi), the font (ttf-jetbrainsmono-nerd), the video player (mpv), etc.