https://github.com/wangzq/scoop-bucket
A bucket for http://scoop.sh
https://github.com/wangzq/scoop-bucket
powershell scoop
Last synced: 5 months ago
JSON representation
A bucket for http://scoop.sh
- Host: GitHub
- URL: https://github.com/wangzq/scoop-bucket
- Owner: wangzq
- Created: 2017-02-04T02:47:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T16:00:44.000Z (6 months ago)
- Last Synced: 2024-10-20T18:37:11.302Z (6 months ago)
- Topics: powershell, scoop
- Language: PowerShell
- Homepage:
- Size: 239 KB
- Stars: 28
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome - wangzq/scoop-bucket
README
# 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
```