My PowerShell profile scripts.
- Clone this repo to c:\git\ps-home or d:\git\ps-home.
- Make a backup copy of your profile, if you have one (TODO: install script should do this some day!)
- If you have not done so, tweak the execution policy so that you can run scripts:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
- Run
.\Install.ps
See more details on my standard pc setup.
The following are recommended, but not required
- PowerLs - tweaked color scheme
- Scripting Guy: Don't write scripts, write functions