diff --git a/scripts/powershell-install.sh b/scripts/powershell-install.sh old mode 100644 new mode 100755 index 34562b3..ba57b17 --- a/scripts/powershell-install.sh +++ b/scripts/powershell-install.sh @@ -1,9 +1,11 @@ #!/bin/bash +set -x set -o PWSH_PROFILE_NAME=Microsoft.PowerShell_profile.ps1 -PWSH_PROFILE_PATH=$HOME/.config/ +PWSH_PROFILE_PATH=$HOME/.config/powershell/ -cp config/$PWSH_PROFILE_NAME $PWSH_PROFILE_PATH +mkdir -p $PWSH_PROFILE_PATH +cp conf/$PWSH_PROFILE_NAME $PWSH_PROFILE_PATH