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

View File

@@ -0,0 +1,25 @@
# homeshick
> 同步 Git dotfiles。
> 另见:`chezmoi`、`stow`、`tuckr`、`vcsh`。
> 更多信息:<https://github.com/andsens/homeshick/wiki>。
- 创建一个新城堡:
`homeshick generate {{castle_name}}`
- 向你的城堡添加一个文件:
`homeshick track {{castle_name}} {{path/to/file}}`
- 进入一个城堡:
`homeshick cd {{castle_name}}`
- 克隆一个城堡:
`homeshick clone {{github_username}}/{{repository_name}}`
- 从一个城堡中创建所有文件的符号链接:
`homeshick link {{castle_name}}`