scoopの導入方法
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
でインストール
bucketの追加
scoop bucket add extras
scoop bucket add versions
僕の入れてるものを一括で入れるコマンド
scoop install git hugo-extended sudo go python nodejs16 gcc
update方法
scoop update *