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.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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
Yeah, here's the instructions I use: https://distrobox.privatedns.org/useful_tips.html#using-distrobox-as-main-cli
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
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
I found upgrading silverblue to a new release somewhat confusing though. Other than that (which will improve, I'm sure) it's great!
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
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.
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.
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
I use Silverblue. I also use distrobox which can "export" apps from the container to the host. This way I can just type nvim in the host and it'll go into the container and start nvim there.