Skip to content

madmatt112/PSProfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

PSProfile

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.

Prerequisites

git for windows (choco install git.install)
PSColor powershell module (Install-Module PSColor)

Installing

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

Built With

Contributing

Submit a PR if you want to add something.

Authors

License

"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.

About

My Powershell Profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published