1
Fork 0

Add install script for Powershell config

This commit is contained in:
Edgar P. Burkhart 2023-05-16 12:13:26 +02:00
parent 486c30476d
commit 2e5967f8c6
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
New-Item -ItemType "directory" -Path "$HOME\Documents\PowerShell"
Copy-Item ".\profile.ps1" "$HOME\Documents\PowerShell\"