add hyprland and fixed a typo on git setup

This commit is contained in:
2025-07-08 13:35:06 +02:00
parent 7308dbcd42
commit 35443e2baa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# install hyprland desktop portals and the gtk one for file picker alongside other base packages
sudo pacman -S uwsm hyprpaper hypridle hyprlock hyprcursor hyprpicker xdg-desktop-portal-hyprland \
sudo pacman -S hyprland uwsm hyprpaper hypridle hyprlock hyprcursor hyprpicker xdg-desktop-portal-hyprland \
xdg-desktop-portal-gtk rofi-wayland waybar dunst inotify-tools \
grim slurp wl-clipboard hyprpolkitagent gnome-keyring --noconfirm

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
pacman -S git --noconfirm
sudo pacman -S git --noconfirm
git config --global user.email "daniele.pintore1@gmail.com"
git config --global user.name "Daniele Pintore"