From 618e8bbe9ecee1a71ab48a114dbaf7ab3ac847f4 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sat, 2 Mar 2024 22:33:15 -0500 Subject: [PATCH] yay install script --- .install/install-yay.sh | 17 +++++++++++++++++ .install/packages/general.sh | 8 ++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 .install/install-yay.sh diff --git a/.install/install-yay.sh b/.install/install-yay.sh new file mode 100644 index 0000000..7b7b98e --- /dev/null +++ b/.install/install-yay.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if sudo pacman -Qs yay > /dev/null ; then + echo ":: yay is already installed!" +else + echo ":: yay is not installed. Starting the installation!" + _installPackagesPacman "base-devel" + SCRIPT=$(realpath "$0") + temp_path=$(dirname "$SCRIPT") + echo $temp_path + git clone https://aur.archlinux.org/yay-git.git ~/yay-git + cd ~/yay-git + makepkg -si + cd $temp_path + echo ":: yay has been installed successfully." +fi + diff --git a/.install/packages/general.sh b/.install/packages/general.sh index bb1c41f..9d7879c 100644 --- a/.install/packages/general.sh +++ b/.install/packages/general.sh @@ -1,4 +1,5 @@ packagesPacman=( + "thunar" "zsh" "bitwarden" "firefox" @@ -13,11 +14,14 @@ packagesPacman=( "xclip" "ripgrep" "waybar" - "swaylock" - "swayidle" + "hypridle" + "hyprlock" + "btop" + "dunst" ) packagesYay=( + "cava" ) packagesBrew=(