add pwsh setup.ps1 install modules

This commit is contained in:
qwjyh 2022-09-22 22:14:49 +09:00
parent 0e6b8f832b
commit b47d0f1d72

View file

@ -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