feat: initial commit

This commit is contained in:
2025-12-12 21:17:38 -07:00
commit f5adfbfd56
15 changed files with 314 additions and 0 deletions

View 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