No description
Find a file
2025-11-20 12:33:37 -05:00
.github/workflows just build it all the time 2025-11-10 14:35:09 -05:00
scripts dont silence curl 2025-11-20 12:33:37 -05: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 make packages more readable 2025-11-10 14:34:23 -05: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 make packages more readable 2025-11-10 14:34:23 -05:00
README.md add init script 2025-11-10 14:34:43 -05:00
tasks.py add task desc 2025-11-17 18:08:32 -05: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 -