aur packages only in default installation

This commit is contained in:
mfgbhatti 2022-02-19 16:04:09 +00:00
parent 785213ac7c
commit 3cbb893ee3
1 changed files with 5 additions and 4 deletions

View File

@ -48,12 +48,13 @@ cd "$AURHELPER" || exit 0
makepkg -si --noconfirm makepkg -si --noconfirm
cd ~ || exit 0 cd ~ || exit 0
if [[ "$LAYOUT" -eq 1 ]]; then
while IFS= read -r LINE; do while IFS= read -r LINE; do
echo "INSTALLING: $LINE" echo "INSTALLING: $LINE"
install_aur "$LINE" install_aur "$LINE"
done <~/ArchTitus/pkg-files/aur-pkgs.txt done <~/ArchTitus/pkg-files/aur-pkgs.txt
if [[ "$LAYOUT" -eq 1 ]]; then
touch "$HOME/.cache/zshhistory" touch "$HOME/.cache/zshhistory"
git clone "https://github.com/ChrisTitusTech/zsh" git clone "https://github.com/ChrisTitusTech/zsh"
git clone --depth=1 "https://github.com/romkatv/powerlevel10k.git" "$HOME"/powerlevel10k git clone --depth=1 "https://github.com/romkatv/powerlevel10k.git" "$HOME"/powerlevel10k