linux/h*: add Korean translation (#14705)

This commit is contained in:
코드싸이
2024-11-09 13:27:13 +09:00
committed by GitHub
parent 6acaad1270
commit 65635e8a74
17 changed files with 422 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# homeshick
> Git dotfiles를 동기화합니다.
> 같이 보기: `chezmoi`, `stow`, `tuckr`, `vcsh`.
> 더 많은 정보: <https://github.com/andsens/homeshick/wiki>.
- 새로운 성(castle) 생성:
`homeshick generate {{성_이름}}`
- 성에 파일 추가:
`homeshick track {{성_이름}} {{경로/대상/파일}}`
- 성으로 이동:
`homeshick cd {{성_이름}}`
- 성 복제:
`homeshick clone {{GitHub_사용자명}}/{{저장소_이름}}`
- 성의 모든 파일을 심볼릭 링크로 연결:
`homeshick link {{성_이름}}`