mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 11:49:20 +09:00
add: pwsh module PSFzf, scoop packages installation, executionpolicy
notification
This commit is contained in:
parent
09628f088d
commit
1959ffc7f5
4 changed files with 111 additions and 1 deletions
7
bin/scoop_apps/update_scoop_list.ps1
Normal file
7
bin/scoop_apps/update_scoop_list.ps1
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue