diff --git a/setup.ps1 b/setup.ps1 index 72cc72a..bb4c96a 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -1,3 +1,4 @@ +mkdir -p (Split-Path -Path $PROFILE) Copy-Item powershell_profile.ps1 $PROFILE mkdir -p ~/.config/ohmyposh -Copy-Item posh_config.json -p ~/.config/ohmyposh/config.json \ No newline at end of file +Copy-Item posh_config.json ~/.config/ohmyposh/config.json \ No newline at end of file