I’ve been using some variation of Linux since the mid 90’s but never been able to fully switch over. That said I am on my longest and perhaps permanent switch over with KDE EndevourOS (Arch based). I don’t believe this is what you are hoping for but I do believe it is close so perhaps something to keep an eye on for the future.
I have gotten Teams to run once for a about an hour before it crashed and now I can’t figure out what proton/wine voodoo witch doctor recipe I used.
No idea what luck you will have with RDP or RustDesk.
KDE plasma’s window tiling manager is really damn cool but has no documentation. Still you can do neat stuff with it like having a floating window tile on top of another tile (basically an always on top state but on steroids) with distinct tiling arrangements for each virtual desk space.
Scaling has been good but font support is still at the “almost but still not perfect”. A graphics designer might be in trouble.
Drivers - This is where Arch’s pacman (software package manager) and pkgbuild really shine. If it can compile and is available as a git repo, an rpm, or deb file then there is a good chance you can get it working. That said there are still an unfortunate mountain of unsupported stuff.
Otherwise, with all the improvements to Wine via proton and the other forks, it is getting easier to run a lot more Window’s applications.
Like I said, EndevourOS/Arch with KDE is getting pretty close to being an easy jump from Windows but not 100% perfect.
No idea (when starting) which documentation or patterns go with which version.
But once it clicks you have a fully declarative setup**. I edit a file, activate, commit to git. On another system, pull, activate.
** The config system is expansive but not exhaustive. I still have to login to Slack, pick my theme, etc. My VPN on the other hand is just ready credentials and all.
I never have to remember the 100 little tweaks I made, every tweak is in git. Noise canceling pipewire filter, what software I had installed, service configurations, secret management, disk partitions, all portable between different systems.
A lighter introduction is probably home manager, works in any Linux system or macOS. Manages your home directory as the name implies.
You can also go lighter with a repo flake.nix and a devShell. Its like a generic virtual environment. Auto activate with direnv. A step up from a devShell would be https://devenv.sh/ which tracks more like home manager with configurable modules. A devShell is really a bash script with these programs available from Nix.
I’ve been using some variation of Linux since the mid 90’s but never been able to fully switch over. That said I am on my longest and perhaps permanent switch over with KDE EndevourOS (Arch based). I don’t believe this is what you are hoping for but I do believe it is close so perhaps something to keep an eye on for the future.
I have gotten Teams to run once for a about an hour before it crashed and now I can’t figure out what proton/wine voodoo witch doctor recipe I used.
No idea what luck you will have with RDP or RustDesk.
KDE plasma’s window tiling manager is really damn cool but has no documentation. Still you can do neat stuff with it like having a floating window tile on top of another tile (basically an always on top state but on steroids) with distinct tiling arrangements for each virtual desk space.
Scaling has been good but font support is still at the “almost but still not perfect”. A graphics designer might be in trouble.
Drivers - This is where Arch’s pacman (software package manager) and pkgbuild really shine. If it can compile and is available as a git repo, an rpm, or deb file then there is a good chance you can get it working. That said there are still an unfortunate mountain of unsupported stuff.
Otherwise, with all the improvements to Wine via proton and the other forks, it is getting easier to run a lot more Window’s applications.
Like I said, EndevourOS/Arch with KDE is getting pretty close to being an easy jump from Windows but not 100% perfect.
I’ll check it out! I’m a glutton for punishment. Thanks for the suggestion.
If you want punishment go for NixOS!
But once it clicks you have a fully declarative setup**. I edit a file, activate, commit to git. On another system, pull, activate.
** The config system is expansive but not exhaustive. I still have to login to Slack, pick my theme, etc. My VPN on the other hand is just ready credentials and all.
I never have to remember the 100 little tweaks I made, every tweak is in git. Noise canceling pipewire filter, what software I had installed, service configurations, secret management, disk partitions, all portable between different systems.
A lighter introduction is probably home manager, works in any Linux system or macOS. Manages your home directory as the name implies.
You can also go lighter with a repo flake.nix and a devShell. Its like a generic virtual environment. Auto activate with direnv. A step up from a devShell would be https://devenv.sh/ which tracks more like home manager with configurable modules. A devShell is really a bash script with these programs available from Nix.