Files
linux_setup_scripts/OpenSUSE/10-install-applications-universal.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

14 lines
215 B
Bash
Executable File

#!/bin/bash
#-- Install applications and software here, such as browsers or game launchers, etc.
#-- Update and Upgrade --#
zypper -n update
#-- Neovim --#
zypper -n install neovim
zypper -n install lua51