Files
omarchy/install/xtras.sh

16 lines
631 B
Bash
Raw Normal View History

if [ -z "$OMARCHY_BARE" ]; then
yay -S --noconfirm --needed \
gnome-calculator gnome-keyring signal-desktop \
obsidian-bin libreoffice obs-studio kdenlive \
pinta xournalpp localsend-bin
2025-07-15 19:48:35 -07:00
yay -S --noconfirm --needed typora ||
echo -e "\e[31mFailed to install Typora. Continuing without!\e[0m"
yay -S --noconfirm --needed spotify dropbox-cli 1password-beta 1password-cli ||
echo -e "\e[31mFailed to install Spotify, Dropbox, and/or 1password because of a keyserver problem. Continuing without!\e[0m"
fi
2025-06-25 13:23:47 -07:00
# Copy over Omarchy applications
2025-07-04 16:20:56 -07:00
source ~/.local/share/omarchy/bin/omarchy-sync-applications || true