Add scripts, configurations, docs from borgcube
This commit is contained in:
9
scripts/powershell-install.sh
Normal file
9
scripts/powershell-install.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o
|
||||
|
||||
PWSH_PROFILE_NAME=Microsoft.PowerShell_profile.ps1
|
||||
PWSH_PROFILE_PATH=$HOME/.config/
|
||||
|
||||
cp config/$PWSH_PROFILE_NAME $PWSH_PROFILE_PATH
|
||||
|
||||
Reference in New Issue
Block a user