====== scoop ======
windows用パッケージ管理\\
ユーザディレクトリ配下にインストールするためadmin権限不要\\
[[os:windows:package:winget|winget]]がリリースされたので。これからは補助的な利用になるかな?
===== install =====
@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.
===== Packages =====
==== default bucket ====
=== git ===
scoop install git
=== aria2 ===
Scoopにおけるファイルダウンロード並列化
scoop install aria2
==== extras bucket ====
scoop bucket add extras
=== googlechrome ===
scoop install googlechrome
=== vscode ===
scoop install vscode
=== thunderbird ===
scoop install thunderbird
===== コマンド =====
==== help ====
scoop help
==== インストール一覧 ====
scoop list
==== モジュールを検索 ====
scoop search
i.e
scoop search googlechrome
bucketも表示される
===== 参考 =====
* [[https://scoop.sh/|本家]]
* [[https://github.com/ScoopInstaller/Scoop|ソースコード(GitHub)]]
* [[https://qiita.com/rhene/items/d8a0c0c7d637904e14da|Scoopを使った環境構築]]