add: pwsh module PSFzf, scoop packages installation, executionpolicy

notification
This commit is contained in:
qwjyh 2022-09-27 06:27:23 +09:00
parent 09628f088d
commit 1959ffc7f5
4 changed files with 111 additions and 1 deletions

View file

@ -0,0 +1,7 @@
# update scoop list
if(!(Get-Command scoop -ErrorAction SilentlyContinue)) {
Write-Output "scoop does not exists!"
exit 1
}
scoop export | Out-File scoop_apps.json -Encoding utf8