ubuntu_config/setup.ps1

4 lines
164 B
PowerShell
Raw Normal View History

2021-09-01 17:39:02 +00:00
mkdir -p (Split-Path -Path $PROFILE)
2021-09-01 17:32:52 +00:00
Copy-Item powershell_profile.ps1 $PROFILE
mkdir -p ~/.config/ohmyposh
2021-09-01 17:39:02 +00:00
Copy-Item posh_config.json ~/.config/ohmyposh/config.json