From f6f8d6dfd782833dac712a8c4d9119853a52073f Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Wed, 1 Sep 2021 21:39:02 +0400 Subject: [PATCH] corrections --- setup.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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