📦️ deps(README): change base packages

This commit is contained in:
Sergio Laín 2024-08-29 19:28:53 +02:00
parent 8814382b2f
commit 3d970b3657
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

12
.github/README.md vendored
View file

@ -214,10 +214,11 @@ First, lets start with the required base packages for the configuration to funct
```bash ```bash
yay -Sy hyprland hyprlock hypridle xdg-desktop-portal-hyprland hyprpicker \ yay -Sy hyprland hyprlock hypridle xdg-desktop-portal-hyprland hyprpicker \
swww waybar rofi-wayland swaync swayosd-git wl-clipboard wl-clip-persist \ swww waybar waybar-updates rofi-wayland swaync swayosd-git playerctl \
pyprland qt5ct pavucontrol cliphist playerctl udiskie devify fzf jq eza fd \ wl-clipboard wl-clip-persist cliphist udiskie devify polkit-gnome \
catppuccin-gtk-theme-macchiato catppuccin-cursors-macchiato cava slurp grim satty \ pyprland qt5ct qt5-wayland qt6-wayland pavucontrol \
vivid fish starship 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. 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) Now lets move to the Optional Packages (If you don't want to install any more packages, move to the Dotfiles Installation step)
```bash ```bash
yay -Sy yazi nemo kitty ttf-ms-win11-auto ttf-jetbrainsmono-nerd zathura zathura-pdf-mupdf qimgv-light \ yay -Sy yazi nemo kitty zathura zathura-pdf-mupdf qimgv-light mpv
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. 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.