this repo has no description
dotfiles
1function Cake-Init {
2 Invoke-WebRequest https://cakebuild.net/download/bootstrapper/windows -OutFile build.ps1
3}
4
5New-Alias Cake .\build.ps1
6
7New-Alias ssh "$env:PROGRAMFILES\Git\usr\bin\ssh.exe"
8New-Alias ssh-agent "$env:PROGRAMFILES\Git\usr\bin\ssh-agent.exe"
9New-Alias ssh-add "$env:PROGRAMFILES\Git\usr\bin\ssh-add.exe"