wangzq / scoop-bucket

A bucket for http://scoop.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Scoop

Set-ExecutionPolicy RemoteSigned -s cu -force
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install git
scoop bucket known | % { scoop bucket add $_ }
scoop update

Add this bucket

scoop bucket add wangzq https://github.com/wangzq/scoop-bucket

About

A bucket for http://scoop.sh


Languages

Language:PowerShell 100.0%