No description
  • Shell 49.6%
  • Python 27.6%
  • Dockerfile 22.8%
Find a file
2026-04-15 15:05:23 -04:00
.github/workflows just build it all the time 2025-11-10 14:35:09 -05:00
scripts add post-setup script for runtime bits 2026-04-02 19:15:36 +00:00
.gitignore better swydd 2025-02-10 12:14:36 -06:00
aur-packages make packages more readable 2025-11-10 14:34:23 -05:00
Containerfile bump zig version 2026-04-15 15:05:23 -04:00
extra-packages second commit 2024-10-19 16:33:28 -05:00
init.py also symlink gnupg 2025-11-11 15:18:20 -05:00
my-extra-packages add post-setup script for runtime bits 2026-04-02 19:15:36 +00:00
README.md add init script 2025-11-10 14:34:43 -05:00
tasks.py bump zig version 2026-04-15 15:05:23 -04:00
todo.md add fnm to box 2025-10-13 12:03:59 -04:00

daylinbox

Container definition for use with distrobox. It's loosely based on the existing container defined here.

To use ensure podman is installed. Then build the image:

./tasks.py build

Then create and enter a distrobox:

distrobox create -i daylinbox
distrobox enter daylinbox

./extra-packages was copied over from the original container build. ./my-extra-packages is the list of tools I want around in these containers.

init

curl -fsSL https://git.dayl.in/daylin/daylinbox/raw/branch/main/init.py | python3 -