From 08c3452c1aaa10ea3f889eb03cdc239e1401ea86 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 25 Mar 2026 13:57:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=84=9A=E6=9C=AC=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E5=B9=B6=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 bootstrap.sh 重命名为 setup.sh,避免与 dcli init 语义混淆 - README 标题改为通用配置仓库定位 - 更新快速开始命令为 setup.sh --- README.md | 10 +++++----- bootstrap.sh => setup.sh | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename bootstrap.sh => setup.sh (100%) diff --git a/README.md b/README.md index 25d3944..983385a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Arch Linux WSL 初始化配置 +# Arch Linux 配置仓库 -使用 dcli 声明式管理 Arch Linux 配置。 +使用 dcli 声明式管理 Arch Linux 配置(当前默认主机为 wsl,可扩展到其他主机)。 ## 快速开始 @@ -9,9 +9,9 @@ git clone https://git.furtherverse.com/imbytecat/archlinux-config.git cd archlinux-config -# 2. 运行 bootstrap(安装 yay 和 dcli) -chmod +x bootstrap.sh -./bootstrap.sh +# 2. 运行 setup(安装 yay 和 dcli) +chmod +x setup.sh +./setup.sh # 3. 检查配置(可选) cat ~/.config/arch-config/hosts/wsl.yaml diff --git a/bootstrap.sh b/setup.sh similarity index 100% rename from bootstrap.sh rename to setup.sh