FEAT: OpenSUSE changes (#1)

- Adds Standard apps to install on OpenSUSE devices
- Changes OpenSUSE apps to be GTK/GNOME-based

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-12-25 10:40:50 -07:00
parent d9c95c6872
commit 5cc4a93fb6
16 changed files with 32 additions and 13 deletions

7
OpenSUSE/00-install-utilities.sh Normal file → Executable file
View File

@@ -19,6 +19,13 @@ zypper -n install wget
#-- zsh --#
zypper -n install zsh
#-- fzf --#
zypper -n install fzf
#-- bat --#
#-- Replacement for cat --#
zypper -n install bat
#-- GNU Stow --#
#-- Stow is a utility that can symlink your dot files to your home directory
zypper -n install stow

0
OpenSUSE/10-install-applications-universal.sh Normal file → Executable file
View File

0
OpenSUSE/11-install-applications-server.sh Normal file → Executable file
View File

24
OpenSUSE/11-install-applications-workstation.sh Normal file → Executable file
View File

@@ -1,15 +1,9 @@
#!/bin/sh
#########################################
######## Debian Repository ##############
######## OpenSUSE Repository ############
#########################################
#-- WezTerm
zypper -n install wezterm
#-- Flatpak Gnome Software Plugin --#
zypper -n install discover6
#-- Rhythmbox --#
zypper -n install rhythmbox
@@ -17,14 +11,20 @@ zypper -n install rhythmbox
zypper -n install nextcloud-desktop
#-- Gnome Web --#
zypper -n install falkon
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 install 1password
sudo zypper -n install 1password
#-- Zed --#
curl -f https://zed.dev/install.sh | sh
#-- Ollama 00--#
#-- Local llm
curl -fsSL https://ollama.com/install.sh | sh

0
OpenSUSE/20-set-user-preferences-interactive.sh Normal file → Executable file
View File

0
OpenSUSE/README.md Normal file → Executable file
View File