feat: initial commit
This commit is contained in:
13
OpenSUSE/10-install-applications-universal.sh
Normal file
13
OpenSUSE/10-install-applications-universal.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user