add pwsh setup.ps1 install modules
This commit is contained in:
parent
0e6b8f832b
commit
b47d0f1d72
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue