Skip to content

drmohundro/PowerShellEnv

Repository files navigation

About PowerShellEnv

This is my collection of profile options and configuration settings for Windows PowerShell.

Installation Instructions

First, you'll likely need to set your ExecutionPolicy... I use RemoteSigned. Just run Set-ExecutionPolicy RemoteSigned.

To install, either clone this to your ~/Documents/WindowsPowerShell or run cmd /c mklink /J "$(Resolve-Path ~\Documents)\WindowsPowerShell" $(Resolve-Path .) to set up a junction there from your clone directory.

Once that is done, you can run ./install.ps1 to install the modules that are used.

Need help?

Visit my website and shoot me a line.

About

My PowerShell profile, configuration, and other scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published