From 09a90e3cf2279261da610d394e2ff48859a2511b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 17:15:37 +0200 Subject: [PATCH] Keep AUR separate --- install/apps/aur.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 install/apps/aur.sh diff --git a/install/apps/aur.sh b/install/apps/aur.sh new file mode 100644 index 00000000..de5af366 --- /dev/null +++ b/install/apps/aur.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +if [ -z "$OMARCHY_BARE" ]; then + yay -S --noconfirm --needed \ + 1password-beta 1password-clia \ + python-poetry-core python-terminaltexteffects \ + tzupdate wl-screenrec \ + typora ttf-ia-writer +fi + +# We install chromium to be safe that we have a browser, +# but replace it with our version if AUR is available +sudo pacman -Rns chromium +yay -S --noconfirm omarchy-chromium-bin