修复 dcli 配置语法错误

- hosts: modules → enabled_modules,settings 拆为顶层字段
- modules: 移除无效的 aur_packages 键,AUR 包并入 packages
- 为每个 module 添加 description 字段
This commit is contained in:
2026-03-25 14:56:30 +08:00
parent 1da33bfe2b
commit 776f67b09a
4 changed files with 9 additions and 10 deletions
+3 -4
View File
@@ -1,9 +1,8 @@
host: wsl host: wsl
aur_helper: yay aur_helper: yay
modules: auto_prune: true
enabled_modules:
- base - base
- zsh - zsh
- dev-tools - dev-tools
settings:
files_sync: true
auto_prune: true
+2 -2
View File
@@ -1,3 +1,5 @@
description: 基础工具
packages: packages:
- base-devel - base-devel
- sudo - sudo
@@ -6,7 +8,5 @@ packages:
- wget - wget
- vim - vim
- neovim - neovim
aur_packages:
- yay - yay
- dcli-arch-git - dcli-arch-git
+2 -2
View File
@@ -1,9 +1,9 @@
description: 开发工具
packages: packages:
- fzf - fzf
- ripgrep - ripgrep
- fd - fd
- bat - bat
aur_packages:
- mise - mise
- zoxide - zoxide
+2 -2
View File
@@ -1,8 +1,8 @@
description: Zsh 及插件
packages: packages:
- zsh - zsh
- zsh-completions - zsh-completions
aur_packages:
- oh-my-zsh-git - oh-my-zsh-git
- zsh-autosuggestions - zsh-autosuggestions
- zsh-syntax-highlighting - zsh-syntax-highlighting