|
|
|
|
|
by sph
885 days ago
|
|
Tip from one that has been running Silverblue for years: VSCode or any other editor from flatpak is a noob trap. Yeah, I know now it's much more usable because it now integrates my host-spawn (https://github.com/1player/host-spawn) tool, but the easiest setup is to have a toolbox/distrobox container for work and dev, where you install all your tools. I have been using an Arch Linux container (that starts at boot) with emacs, nvim, the myriad of LSP tools that are only found in AUR, exported with `distrobox-export` so I can start them from my dock. Flatpak is for everything else (even Steam), but dev tools, editors and any other package should be installed inside a regular pet container. |
|
We found that people struggle with the pet toolbox pattern so we send them right to the devcontainer pattern. This is an area where we differ from Fedora. It should just come set up out of the box.