adding bashrc configs; added more dev related apps; setting image memory to 4GB

This commit is contained in:
2025-12-02 22:02:26 -06:00
parent 2fb9091362
commit 48deb314a5
9 changed files with 260 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ function main() {
CONFIG_HOST="${HOME}/.config/lsps"
CONFIG_CONTAINER="${HOME}/.config/lsps"
podman run -d \
podman run -d -m 4G \
-p 9999:9999 \
-e HOME="${HOME}" \
-e MAVEN_OPTS="-Duser.home=${HOME}" \