added steam module

This commit is contained in:
aminnairi
2025-12-15 21:19:35 +01:00
parent 8ef35891ac
commit bea5ec4b21
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
ensure_package_is_installed steam
+2 -1
View File
@@ -14,4 +14,5 @@ source ./modules/00-library.sh &&
source ./modules/10-tmux.sh &&
source ./modules/11-syncthing.sh &&
source ./modules/12-yazi.sh &&
source ./modules/13-rust.sh
source ./modules/13-rust.sh &&
source ./modules/14-steam.sh