diff --git a/bin/install.ps1 b/bin/install.ps1 index 134cbdf..0e09de8 100644 --- a/bin/install.ps1 +++ b/bin/install.ps1 @@ -28,6 +28,11 @@ if (!( exit 1 } +# install powershell modules +Install-Module -Name posh-git +Install-Module -Name Pscx -AllowPrerelease +Install-Module -Name z + # make symbolic links # neovim