diff --git a/runs/01-system-setup/02-install-base-packages b/runs/01-system-setup/02-install-base-packages index 8ea5505..b4c308d 100755 --- a/runs/01-system-setup/02-install-base-packages +++ b/runs/01-system-setup/02-install-base-packages @@ -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 diff --git a/runs/02-dev-tools/git b/runs/02-dev-tools/git index b1f2e90..31bde2d 100755 --- a/runs/02-dev-tools/git +++ b/runs/02-dev-tools/git @@ -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"