From 3cbb893ee300cb515562c898a2c72aa09a7ed3fd Mon Sep 17 00:00:00 2001 From: mfgbhatti Date: Sat, 19 Feb 2022 16:04:09 +0000 Subject: [PATCH] aur packages only in default installation --- 2-user.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/2-user.sh b/2-user.sh index 5fa58b6..0fc426a 100755 --- a/2-user.sh +++ b/2-user.sh @@ -48,12 +48,13 @@ cd "$AURHELPER" || exit 0 makepkg -si --noconfirm cd ~ || exit 0 -while IFS= read -r LINE; do - echo "INSTALLING: $LINE" - install_aur "$LINE" -done <~/ArchTitus/pkg-files/aur-pkgs.txt if [[ "$LAYOUT" -eq 1 ]]; then + while IFS= read -r LINE; do + echo "INSTALLING: $LINE" + install_aur "$LINE" + done <~/ArchTitus/pkg-files/aur-pkgs.txt + touch "$HOME/.cache/zshhistory" git clone "https://github.com/ChrisTitusTech/zsh" git clone --depth=1 "https://github.com/romkatv/powerlevel10k.git" "$HOME"/powerlevel10k