All packages in one place

This commit is contained in:
David Heinemeier Hansson
2025-08-25 09:22:55 +02:00
parent 1ec6ba61dc
commit 37f0c18b78
3 changed files with 14 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
#!/bin/bash
sudo pacman -S --noconfirm --needed \
gnome-calculator gnome-keyring signal-desktop \
obsidian libreoffice obs-studio kdenlive \
1password-beta 1password-cli \
xournalpp localsend typora
# Packages known to be flaky or having key signing issues are run one-by-one
for pkg in spotify pinta; do
sudo pacman -S --noconfirm --needed "$pkg" ||
echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m"
done
# Copy over Omarchy applications
source omarchy-refresh-applications || true