From 19e52755c6d8228d4b67a58a7564b15749fd74ab Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 16 Apr 2023 19:55:44 -0500 Subject: commenting out broken snapshot section --- archsetup.sh | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/archsetup.sh b/archsetup.sh index 73a4f73..7d26af0 100755 --- a/archsetup.sh +++ b/archsetup.sh @@ -457,18 +457,19 @@ desktop_environment() { pacman_install $software done; - action="Window Managers" && display "subtitle" "$action" - pacman_install hyprland - aur_install waybar-hyprland-fix - pacman_install xdg-desktop-portal-hyprland - aur_install foot + action="DWM Window Manager" && display "subtitle" "$action" git_install $dwm_repo git_install $dmenu_repo git_install $st_repo - pacman_install alacritty # my dwm's default terminal aur_install pinentry-dmenu # password entry works with dmenu + # for hyprland + # pacman_install hyprland + # aur_install waybar-hyprland-fix + # pacman_install xdg-desktop-portal-hyprland + # aur_install foot + # Core Fonts action="Core Fonts" && display "subtitle" "$action" @@ -487,6 +488,7 @@ desktop_environment() { pacman_install ntfs-3g pacman_install udisks2 aur_install inxi + pacman_install snapper # File Associations @@ -884,7 +886,7 @@ desktop_environment developer_workstation supplemental_software silent_boot # make booting less noisy -configure_snapshots # automatic snapshots added to grub menu for restoration +# configure_snapshots # automatic snapshots added to grub menu for restoration outro # take end stats; show summary -- cgit v1.2.3