My profiles for the Windows Terminal
Besides the automatically generated cmd, ps and ubuntu I have added:
Quick PS script to copy settings.json
from this repo to the location in your machine:
Copy-Item settings.json (Join-Path (Get-ChildItem -Path $env:userprofile\AppData\Local\Packages -Filter "Microsoft.WindowsTerminal_*" -Directory).Fullname "LocalState") -Force