Configuration settings for my Windows terminal
- https://docs.microsoft.com/en-us/windows/terminal/custom-terminal-gallery/powerline-in-powershell
- https://github.com/microsoft/cascadia-code/releases
copy settings.json $USERPROFILE\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement
In an administrative powershell terminal add the following to have the ssh-agent start automatically
get-service -name ssh-agent | set-service -StartupType AutomaticIn a standard powershell/windows terminal add the key
ssh-add ~/.ssh/idrsa