Add install script for Powershell config
This commit is contained in:
parent
486c30476d
commit
2e5967f8c6
1 changed files with 2 additions and 0 deletions
2
src/PowerShell/.Install.ps1
Normal file
2
src/PowerShell/.Install.ps1
Normal file
|
@ -0,0 +1,2 @@
|
|||
New-Item -ItemType "directory" -Path "$HOME\Documents\PowerShell"
|
||||
Copy-Item ".\profile.ps1" "$HOME\Documents\PowerShell\"
|
Loading…
Reference in a new issue