mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Keep AUR separate
This commit is contained in:
14
install/apps/aur.sh
Normal file
14
install/apps/aur.sh
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user