Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 630 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 630 Bytes

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