From 2e5967f8c6c097e83955de8f5fe69bba7b4f8c39 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Tue, 16 May 2023 12:13:26 +0200 Subject: [PATCH] Add install script for Powershell config --- src/PowerShell/.Install.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/PowerShell/.Install.ps1 diff --git a/src/PowerShell/.Install.ps1 b/src/PowerShell/.Install.ps1 new file mode 100644 index 0000000..329e998 --- /dev/null +++ b/src/PowerShell/.Install.ps1 @@ -0,0 +1,2 @@ +New-Item -ItemType "directory" -Path "$HOME\Documents\PowerShell" +Copy-Item ".\profile.ps1" "$HOME\Documents\PowerShell\"