PowerShell を開いて実行
Set-ExecutionPolicy -Scope Process Unrestricted
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/hushin/dotfiles-windows/master/make.ps1')
code $env:USERPROFILE\.gitconfig.local
[core]
sshCommand = C:/Windows/System32/OpenSSH/ssh.exe
[user]
name = hushin
email = ngtv.hsn@gmail.com