Skip to content

sqeezy/PsDevScripts

Repository files navigation

PsDevScripts

Collection of small cmdlets for daily use.

Install

Powershell itself

See Mircrosoft Documentation.

Either do it manually

# 1. Run `InstallModules.ps1`.
./InstallModules.ps1

# 2. Add default Profile config
New-Item -Force $PROFILE | Out-Null
Copy-Item -Confirm ./Profile.ps1 $PROFILE

# 3. Restart Shell

# 4. From now on every Powershell-Module(*.psm1) in `~/Github/PsDevScripts` gets imported at the shell startup.

Or just run ./InstallDefaultSetup.ps1

About

Collection of small cmdlets for daily use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published