mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
new: pwsh : create minimal scoop list and import
This commit is contained in:
parent
b1b029a808
commit
cf51a57ed0
4 changed files with 125 additions and 2 deletions
|
@ -34,7 +34,7 @@ if(!(Get-Command scoop -ErrorAction SilentlyContinue)) {
|
|||
# install basic scoop apps
|
||||
# import from exported json file
|
||||
# to update the json file, execute ./bin/scoop_apps/update_scoop_list.ps1
|
||||
scoop import .\bin\scoop_apps\scoop_apps.json
|
||||
scoop import .\bin\scoop_apps\scoop_minimal_apps.json
|
||||
|
||||
|
||||
# make symbolic links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue