From 9e9782357ebccb268bdb4d9caf212dfaa1451ae4 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Tue, 11 Oct 2022 18:43:32 +0900 Subject: [PATCH] update: pwsh: module installs (now use ZLocation instead of z to improve tab completion) --- bin/install.ps1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bin/install.ps1 b/bin/install.ps1 index 72cda8c..0aa87d8 100644 --- a/bin/install.ps1 +++ b/bin/install.ps1 @@ -26,8 +26,15 @@ Install-Module -Name posh-git Write-Output "Pscx" Install-Module -Name Pscx -AllowPrerelease Write-Output "z" -Install-Module -Name z +Install-Module -Name ZLocation +Write-Output "PSFzf" Install-Module -Name PSFzf -RequiredVersion 2.5.10 +Write-Output "Latest PSReadLine" +Install-Module -Name PSReadLine -Force # Override default version to get the latest one +Write-Output "CompletionPredictor" +Install-Module -Name CompletionPredictor + + # install scoop if(!(Get-Command scoop -ErrorAction SilentlyContinue)) {