mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
13 lines
526 B
Bash
13 lines
526 B
Bash
if [ -z "$OMARCHY_BARE" ]; then
|
|
yay -S --noconfirm --needed \
|
|
gnome-calculator gnome-keyring signal-desktop \
|
|
obsidian-bin typora libreoffice obs-studio kdenlive \
|
|
pinta xournalpp localsend-bin
|
|
|
|
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
|
|
|
|
# Copy over Omarchy applications
|
|
source ~/.local/share/omarchy/bin/omarchy-sync-applications || true
|