mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
12 lines
379 B
Bash
12 lines
379 B
Bash
if [ -z "$OMARCHY_BARE" ]; then
|
|
yay -S --noconfirm --needed \
|
|
gnome-calculator \
|
|
signal-desktop spotify dropbox-cli zoom \
|
|
obsidian-bin typora libreoffice obs-studio kdenlive \
|
|
1password-beta 1password-cli gnome-keyring \
|
|
pinta xournalpp localsend-bin
|
|
fi
|
|
|
|
# Copy over Omarchy applications
|
|
source ~/.local/share/omarchy/bin/omarchy-sync-applications || true
|