bbfa5bff1c4ef4ec771affe95fd7ab57b2b2e8b4
- Fix /tmp/yay conflict with rm -rf before clone - Use script directory instead of current directory - Add pipefail to error handling - Add command existence checks for mise/zoxide in .zshrc - Add HTTPS clone option in README
Arch Linux WSL 初始化配置
使用 dcli 声明式管理 Arch Linux 配置。
快速开始
# 1. 克隆仓库(SSH 或 HTTPS)
git clone git@git-ssh.furtherverse.com:imbytecat/archlinux-wsl-init.git
# 或: git clone https://git-ssh.furtherverse.com/imbytecat/archlinux-wsl-init.git
cd archlinux-wsl-init
# 2. 运行 bootstrap(安装 yay 和 dcli)
chmod +x bootstrap.sh
./bootstrap.sh
# 3. 检查配置(可选)
cat ~/.config/arch-config/hosts/wsl.yaml
# 4. 应用配置
dcli sync
配置说明
arch-config/hosts/wsl.yaml- WSL 配置arch-config/modules/- 模块化包管理arch-config/files/- 配置文件(自动同步)
更新配置
# 修改配置后同步
dcli sync
# 更新系统
dcli update
Description
Languages
Nix
90.6%
Just
9.4%