https://github.com/ztj1993/scoop-install
https://github.com/ztj1993/scoop-install
scoop scoop-apps scoop-bucket scoop-core scoop-tools
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ztj1993/scoop-install
- Owner: ztj1993
- Archived: true
- Created: 2020-03-22T03:58:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T04:06:18.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:04:04.315Z (6 months ago)
- Topics: scoop, scoop-apps, scoop-bucket, scoop-core, scoop-tools
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ztj1993/scoop-install - (Others)
README
# Scoop
Scoop 是一个 Windows 便携软件管理器,可以通过命令行的方式安装软件,以及更新软件时保留配置。
## 项目构建
```
cd $env:USERPROFILEgit clone --depth 1 https://github.com/ztj1993/scoop scoop
git clone --depth 1 https://github.com/ScoopInstaller/Scoop scoop/apps/scoop/current
git clone --depth 1 https://github.com/ScoopInstaller/Main scoop/buckets/main
git clone --depth 1 https://github.com/ScoopInstaller/Extras.git scoop/buckets/extras
git clone --depth 1 https://github.com/ScoopInstaller/Java scoop/buckets/java
git clone --depth 1 https://github.com/ScoopInstaller/Nonportable scoop/buckets/nonportable
git clone --depth 1 https://github.com/ScoopInstaller/PHP scoop/buckets/php
git clone --depth 1 https://github.com/ScoopInstaller/Versions scoop/buckets/versions
git clone --depth 1 https://github.com/Ash258/Scoop-JetBrains scoop/buckets/jetbrainszip -qr scoop-$(date "+%Y%m%d").zip ./scoop
```## 更新环境
```
cd $env:USERPROFILE/scoopgit pull
git -C apps/scoop/current pull
git -C buckets/main pull
git -C buckets/extras pull
git -C buckets/java pull
git -C buckets/nonportable pull
git -C buckets/jetbrains pull
git -C buckets/php pull
git -C buckets/versions pull
git -C buckets/ztj1993 pull
```## 项目安装
```
cd $env:USERPROFILE/scoop
.\apps\scoop\current\bin\refresh.ps1
scoop help
```## 项目卸载
```
cd $env:USERPROFILE/scoop
.\apps\scoop\current\bin\uninstall.ps1
```