Advanced setup for Windows Terminal

by Bjarte Aune Olsen

I have become fond of Windows Terminal, but it lacks a few key features: * Syncing of settings across different Windows user accounts * Saved tabs and split panes * Git integration I have a setup for Windows Terminal that looks like the image below, with multiple tabs and panes with predefined startup…

Increase Docker speed on Windows by setting up Windows Subsystem for Linux 2

by Bjarte Aune Olsen

Tl;dr Increase Docker speed when developing on Linux containers in Windows by installing a preview version of Windows, installing WSL 2 and by using the Edge version of Docker. When working with Docker, even in a Windows development environment, the default option is to use Linux containers. Microsoft have…