My profile settings for Windows PowerShell.
Windows PowerShell profile script
Put the contents of this repo where Windows expects it, e.g. at the path returned by this command:
echo $profile
In order to get PowerShell use it, you may need to set the execution policy. To allow local and remote-signed scripts, run (as administrator) this command:
Set-ExecutionPolicy RemoteSigned
ssh-agent.exeinPATH, usually atC:\Program Files (x86)\Git\bin