

Windows Terminal doesn't (yet) have a way to set up multiple tabs and startup directories in settings.json, so we need to create a batch file with all the necessary settings. Create shortcut for Terminal with several tabs open 💡 I disabled Powerline and oh-my-posh after a while, because it makes the terminal quite slow, especially the Linux/WSL tab. Set up pretty terminal with Powerline and oh-my-posh > New-Item -ItemType SymbolicLink -Path "$Env:LocalAppData\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState" -Target "C:\Projects\BjartesWindowsTerminalSetup"


