

I like to use wezterm (https://wezterm.org/index.html) - it supports theming, tiling and the terminal image protocol. It works fine with various terminal tools.


I like to use wezterm (https://wezterm.org/index.html) - it supports theming, tiling and the terminal image protocol. It works fine with various terminal tools.
In a larger project we came up with the following solution, to keep the UI parts independent changeable and composable. For every bounded context there is an independent UI which could be used standalone and is versioned and exported as a Web Components. The main application provides the overall context and imports a certain major version (eg. “latest”) of a of each component. All communication between the components is done by exchanging events and callbacks. It was in a vue-based project, but I think this should work in general as well.
Never tried myself. There seems to be some stuff on https://app.vagrantup.com/boxes/search?order=desc&page=1&provider=&q=windows&sort=updated&utf8=%E2%9C%93. Do not know if this will be helpful or fits your needs.
Maybe Vagrant might be helpful.
I am using gram for regular development and it works very well. Do not do any fancy stuff but auto-completion works fine as well as navigating the code base.