From 97f1468b1ad3a61da81e046d16a1406516e22641 Mon Sep 17 00:00:00 2001 From: Rodolfo Barcelli Jo Date: Wed, 10 Jul 2024 01:06:14 +0800 Subject: [PATCH] Add yay packages list file --- arch-assets/yaypkg.txt | 1 + archsetup.sh | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 arch-assets/yaypkg.txt diff --git a/arch-assets/yaypkg.txt b/arch-assets/yaypkg.txt new file mode 100644 index 0000000..70c7f90 --- /dev/null +++ b/arch-assets/yaypkg.txt @@ -0,0 +1 @@ +picom-simpleanims-git diff --git a/archsetup.sh b/archsetup.sh index 9ba2aa2..7a0e1ac 100755 --- a/archsetup.sh +++ b/archsetup.sh @@ -96,6 +96,9 @@ systemctl enable --now sshd # Enable Bluetooth systemctl enable --now bluetooth +# Enable Wifi +systemctl enable --now iwd + # Setup Yay while true;do read -p "Do you want to install yay? (y/n) " answer @@ -104,6 +107,9 @@ while true;do mkdir $home_PATH/Software fi git clone https://aur.archlinux.org/yay.git $home_PATH/Software/yay && cd $home_PATH/Software/yay && makepkg -si --noconfirm --needed && cd + while IFS= read -r line ; do + yay -S --noconfirm --needed $line + done < $scripts_PATH/arch-assets/yaypkg.txt break elif [[ "${answer,,}" == "n" ]]; then break @@ -143,10 +149,6 @@ while true; do fi done -# Installing Fdev's picom - -yay -S --noconfirm --needed picom-simpleanims-git - # Setting up my bash echo -ne "