3 lines
130 B
PowerShell
3 lines
130 B
PowerShell
|
Copy-Item powershell_profile.ps1 $PROFILE
|
||
|
mkdir -p ~/.config/ohmyposh
|
||
|
Copy-Item posh_config.json -p ~/.config/ohmyposh/config.json
|