A collection of PowerShell Functions, Scripts and Modules.
Modules
: Contains a collection of PowerShell modulesScripts
: Contains a collection of PowerShell scriptsLink-Scripts.ps1
: Creates symbolic links for every script in the localScripts
folder to the$HOME\Scripts
folder.Link-Modules.ps1
: Creates symbolic links for every PowerShell module in the localModules
directory to the first$Env:PSModulePath
folder (normally$HOME\Documents\PowerShell\Modules
).