test-modules startup script draft
This commit is contained in:
parent
baa3ccd04d
commit
0d5522b8c7
|
@ -0,0 +1 @@
|
||||||
|
$(Get-Content $MyPSScriptRoot/src/modules.json | ConvertFrom-Json).Modules | Where-Object { try{-not (Get-Module -ListAvailable $_aaa -ErrorAction stop) }catch{} } | ForEach-Object { Write-Warning "Missing module: $_" }
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"Modules": [
|
"Modules": [
|
||||||
"Microsoft.PowerShell.UnixCompleters",
|
"Microsoft.PowerShell.UnixCompleters",
|
||||||
|
"PowerShellCookbook",
|
||||||
"oh-my-posh",
|
"oh-my-posh",
|
||||||
"posh-git"
|
"posh-git"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue