Do you create a toolbox (or equivalent) to modify your interactive shell for all those nice little shell commands/programs? Seems like a pain in the ass to have to launch your terminal from a terminal (toolbox --enter whatever, just to have (doom) emacs, fzf, fdfind, qalc, nnn, zoxide etc etc) just to have a comfortable terminal?
I just set mine up to always go into the toolbox image and then I have all the tools I have in there, that way it’s transparent and fast, you shouldn’t even notice that it’s there.
so you can set the launcher to just launch the toolbox image instead of the regular terminal? And it has access to usual ~/ directories? I wouldn’t be using for development, just regular usage. I am a heavy terminal user for normal desktop stuff though
deleted by creator
super helpful, thanks!
This is the way I set it up or you could have any terminal that supports a custom command on launch do it: https://distrobox.privatedns.org/useful_tips.html#using-distrobox-as-main-cli
I use Fedora Kinoite and I do a mix of Distrobox + layered packages for normal use. For development porpuses I prefer a Distrobox container with its own Home directory and it works nice.
MicroOS user here. Honestly I love the workflow of using distrobox for about everything I need.
Essentially I have distrobox images setup for specific development workflows. I just hop into the one that is suited for the task I’m doing. It automatically sets up icons in the Gnome menu if you don’t want to use the cli commands.
Between flatpaks and containers I couldn’t be happier with my setup. Combine that with the fact I can potentially trust the underlying OS to not crap the bed via updates (and when it does I can roll back my filesystem snapshots) is a win/win.
Same thing with Silverblue. I just created aliases for the hoping into the containers
As a Fedora Silverblue user, if I’m understanding your question, using
toolbox run
you don’t have to enter a toolbox to run a command from it, then I just alias my most commonly used commands to avoid having to keep typing it.I use a distrobox for development and almost everything as a flatpak
But I layer packages for terminal apps because I can access them without opening a container
probably a terrible answer but on nixos i just add the packages to my config, which does technically apply because it’s also an immutable distro