Rip out the last remnants of AUR

This commit is contained in:
David Heinemeier Hansson
2025-08-25 07:04:43 +02:00
parent a67fc717c1
commit dfda4f895a
11 changed files with 32 additions and 58 deletions

View File

@@ -1,11 +0,0 @@
#!/bin/bash
if omarchy-pkg-aur-accessible; then
yay -S --noconfirm --needed \
typora ttf-ia-writer \
tzupdate wl-screenrec python-terminaltexteffects
else
echo -e "\n\e[31mAUR is unavailable. Skipping installation of: 1password, Typora, tte, tzupdate !\e[0m"
echo "You will have to install these later when AUR is available."
sleep 5
fi

View File

@@ -4,7 +4,8 @@ sudo pacman -S --noconfirm --needed \
gnome-calculator gnome-keyring signal-desktop \
obsidian libreoffice obs-studio kdenlive \
1password-beta 1password-cli \
xournalpp localsend
xournalpp localsend \
typora
# Packages known to be flaky or having key signing issues are run one-by-one
for pkg in spotify pinta; do