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 --#
apt update
apt upgrade -y
#-- Neovim --#
apt install neovim -y
apt install lua5.1 -y