From b3daeb65b06e8ad82e8e6073ff6d10f01fc462b3 Mon Sep 17 00:00:00 2001 From: charitarthchugh <37895518+charitarthchugh@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:04:02 -0400 Subject: [PATCH] Update arch installation scripts & packages --- packages/yay-cli.txt | 7 ------- packages/yay-gui.txt | 1 + scripts/yay-cli.sh | 2 +- scripts/yay-gui.sh | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/packages/yay-cli.txt b/packages/yay-cli.txt index 9f68f18..2376d00 100644 --- a/packages/yay-cli.txt +++ b/packages/yay-cli.txt @@ -1,14 +1,11 @@ git curl wget - fish zsh gawk unzip unrar - - starship topgrade trash-cli @@ -24,8 +21,6 @@ chronie fd dust exa - - nodejs npm python @@ -35,8 +30,6 @@ python39 llvm gcc cmake - - nerd-fonts-complete neovim btop diff --git a/packages/yay-gui.txt b/packages/yay-gui.txt index 25f15fe..297693c 100644 --- a/packages/yay-gui.txt +++ b/packages/yay-gui.txt @@ -16,3 +16,4 @@ gvfs-goa gvfs-smb gvfs-mtp gvfs-nfs +ttf-firacode-nerd diff --git a/scripts/yay-cli.sh b/scripts/yay-cli.sh index 49ecdaa..d491589 100755 --- a/scripts/yay-cli.sh +++ b/scripts/yay-cli.sh @@ -17,7 +17,7 @@ if [ ! -n "$(pacman -Qs yay)" ]; then fi # Install apt packages (cli only) while read package; do - yay -S --needed -y "$package" + yay -S --needed --noconfirm --answerdiff None --answerclean None --removemake -y "$package" if [[ $? -eq 0 ]]; then echo "$package is installed from yay!" else diff --git a/scripts/yay-gui.sh b/scripts/yay-gui.sh index 1e28680..75e3c20 100755 --- a/scripts/yay-gui.sh +++ b/scripts/yay-gui.sh @@ -2,7 +2,7 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # Install apt packages (cli only) while read package; do - yay -S --needed -y "$package" + yay -S --needed --noconfirm --answerdiff None --answerclean None --removemake -y "$package" if [[ $? -eq 0 ]]; then echo "$package is installed from yay!" else