windows用パッケージ管理
ユーザディレクトリ配下にインストールするためadmin権限不要
wingetがリリースされたので。これからは補助的な利用になるかな?
@PowerShell terminal
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time > irm get.scoop.sh | iex Initializing... Downloading... Extracting... Creating shim... Adding C:\Applications\Scoop\shims to your path. Scoop was installed successfully! Type 'scoop help' for instructions.
scoop install git
Scoopにおけるファイルダウンロード並列化
scoop install aria2
scoop bucket add extras
scoop install googlechrome
scoop install vscode
scoop install thunderbird
scoop help
scoop list
scoop search <pkgname> i.e scoop search googlechrome
bucketも表示される