This is a blueprint for a common Powershell configuration script used on my machines. A intro into Powershell configuration is on Technet.
The steps described here will overwrite any existing Powershell configuration! To get this project on a new machine follow these steps from a Powershell command:
- In your
$env:USERPROFILE
directory change into theDocuments
folder - Enlist in this github project
git clone --recursive https://github.com/wolfma61/psconfig.git PowerShell
The last step will create the repository clone in the PowerShell
subdirectory inside the $env:USERPROFILE\Documents
folder.