add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

25
pages.zh/common/tuckr.md Normal file
View File

@@ -0,0 +1,25 @@
# tuckr
> 用Rust编写的dotfile管理器。
> 另请参见:`chezmoi``vcsh``homeshick``stow`。
> 更多信息:<https://github.com/RaphGL/Tuckr>。
- 检查dotfile状态
`tuckr status`
- 将所有dotfile添加到系统
`tuckr add \*`
- 添加所有dotfile除了指定的程序
`tuckr add \* -e {{program1}},{{program2}}`
- 从系统中移除所有dotfile
`tuckr rm \*`
- 添加程序的dotfile并运行其设置脚本
`tuckr set {{program}}`