David Heinemeier Hansson 39dccccb1a Bare mode is dead in 2.0
Uninstall whatever you want yourself now that we have multi-tab
uninstalls
2025-08-24 22:21:25 +02:00

16 lines
445 B
Bash

#!/bin/bash
if omarchy-pkg-aur-accessible; then
yay -S --noconfirm --needed \
1password-beta 1password-cli \
typora ttf-ia-writer
yay -S --noconfirm --needed \
tzupdate wl-screenrec \
python-poetry-core 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