Files
linux_setup_scripts/OpenSUSE/11-install-applications-workstation.sh
Brandon Kessler 5cc4a93fb6 FEAT: OpenSUSE changes (#1)
- Adds Standard apps to install on OpenSUSE devices
- Changes OpenSUSE apps to be GTK/GNOME-based

Reviewed-on: #1
2025-12-25 10:40:50 -07:00

31 lines
661 B
Bash
Executable File

#!/bin/sh
#########################################
######## OpenSUSE Repository ############
#########################################
#-- Rhythmbox --#
zypper -n install rhythmbox
#-- Nextcloud Desktop --#
zypper -n install nextcloud-desktop
#-- Gnome Web --#
zypper -n install epiphany
#-- Geary --#
zypper -n install geary
#-- Gnome Calendar --#
sudo zypper -n install gnome-calendar
#-- 1Password --#
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
zypper addrepo https://downloads.1password.com/linux/rpm/stable/x86_64 1password
sudo zypper -n install 1password
#-- Zed --#
curl -f https://zed.dev/install.sh | sh