X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-sensible%2Finstall.ps1;h=4e460513bdd02fab47ce49a7b585d627885ad9f4;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=b82a6712bf78b9305ca033884334b6037ad7cf6f;hpb=19d5e023ce166b4b7440e64939b75c8e7263a22c;p=webi-installers%2F.git diff --git a/vim-sensible/install.ps1 b/vim-sensible/install.ps1 index b82a671..4e46051 100644 --- a/vim-sensible/install.ps1 +++ b/vim-sensible/install.ps1 @@ -1,7 +1,7 @@ #!/usr/bin/env pwsh IF (!(Test-Path -Path "$Env:USERPROFILE\.vim\pack\plugins\start")) { - New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory + New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory -Force | out-null } Remove-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start\vim-sensible" -Recurse -ErrorAction Ignore & git clone --depth=1 https://tpope.io/vim/sensible.git "$Env:USERPROFILE\.vim\pack\plugins\start\vim-sensible"