setup-kit/readme.md

23 lines
631 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 功能
本仓库公开其包含一些脚本用于一键启动其它私人的git 项目。
## 一键启用配置仓库
> 静默但输出错误信息,并跟随重定向
克隆 dev 分支(`-b`,默认)并进行初始化(`-i`
```bash
curl -sSL https://gitea.yever.top/Hawkin/setup-kit/raw/main/config-os-and-apps.sh | bash -s -- -ib dev
```
指定分支(`-b`)但不进行初始化:
````bash
curl -sSL https://gitea.yever.top/Hawkin/setup-kit/raw/main/config-os-and-apps.sh | bash -s -- -b dev
```bash
wget -qO- https://gitea.yever.top/Hawkin/setup-kit/raw/main/config-os-and-apps.sh | bash
````