Add dcli to base module and make sync manual

This commit is contained in:
2026-03-25 13:27:26 +08:00
parent 4da90cca47
commit 3d1ec60d6f
3 changed files with 21 additions and 7 deletions
+7 -1
View File
@@ -9,9 +9,15 @@
git clone git@git-ssh.furtherverse.com:imbytecat/archlinux-wsl-init.git
cd archlinux-wsl-init
# 2. 运行 bootstrap仅首次
# 2. 运行 bootstrap安装 yay 和 dcli
chmod +x bootstrap.sh
./bootstrap.sh
# 3. 检查配置(可选)
cat ~/.config/arch-config/hosts/wsl.yaml
# 4. 应用配置
dcli sync
```
## 配置说明