Add a bare mode with almost no default applications beyond system basics

This commit is contained in:
David Heinemeier Hansson
2025-07-10 12:28:42 -07:00
parent 6e05a51b65
commit a64c0505ec
28 changed files with 30 additions and 21 deletions

View File

@ -1,7 +1,11 @@
yay -S --noconfirm --needed \
signal-desktop spotify dropbox-cli zoom \
obsidian-bin typora libreoffice obs-studio kdenlive \
pinta xournalpp
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