refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / vim-lastplace / install.ps1
1 #!/usr/bin/env pwsh
2
3 New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory -Force | out-null
4
5 Remove-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start\vim-lastplace" -Recurse -ErrorAction Ignore
6 & git clone --depth=1 https://github.com/farmergreg/vim-lastplace.git "$Env:USERPROFILE\.vim\pack\plugins\start\vim-lastplace"