Files
linux-workspace/scripts/powershell-install.sh
2020-08-19 12:32:00 +02:00

12 lines
199 B
Bash
Executable File

#!/bin/bash
set -x
set -o
PWSH_PROFILE_NAME=Microsoft.PowerShell_profile.ps1
PWSH_PROFILE_PATH=$HOME/.config/powershell/
mkdir -p $PWSH_PROFILE_PATH
cp conf/$PWSH_PROFILE_NAME $PWSH_PROFILE_PATH