Powershell Profile that prettifies your prompt, creates some helpful aliases (including a unix-like "which"!), and starts the ssh-agent to handle your private keys.
git for windows (choco install git.install)
PSColor powershell module (Install-Module PSColor)
Clone the repo
git clone https://github.com/madmatt112/PSProfile.git
Overwrite your existing PowerShell profile (use -Append to append to current profile. May cause problems without manual checks.)
cd PSProfile
Get-Content Microsoft_PowerShell_profile.ps1 | Out-File [-Append] $profile
Submit a PR if you want to add something.
- vhanla - Initial work - Github Profile
- Matthew Field - Tweaks - Github Profile
"THE BEER-WARE LICENSE" (Revision 42): As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.