Files
linux_setup_scripts/OpenSUSE/10-install-applications-universal.sh
2025-12-12 21:17:38 -07:00

14 lines
215 B
Bash

#!/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