ubuntu_config/setup.ps1
2021-09-01 21:39:02 +04:00

4 lines
164 B
PowerShell

mkdir -p (Split-Path -Path $PROFILE)
Copy-Item powershell_profile.ps1 $PROFILE
mkdir -p ~/.config/ohmyposh
Copy-Item posh_config.json ~/.config/ohmyposh/config.json