common/o*: add Korean translation (#14642)

* common/o*: add Korean translation

* odps-resource: update Korean translation (fix typo)
This commit is contained in:
코드싸이
2024-11-05 23:54:36 +09:00
committed by GitHub
parent bdf0e99ca8
commit 650fabfc22
49 changed files with 1257 additions and 0 deletions

32
pages.ko/common/omz.md Normal file
View File

@@ -0,0 +1,32 @@
# omz
> Oh My Zsh 명령줄 도구.
> 더 많은 정보: <https://github.com/ohmyzsh/ohmyzsh>.
- Oh My Zsh 업데이트:
`omz update`
- 최신 업데이트에서 변경된 사항 출력:
`omz changelog`
- 현재 Zsh 세션과 Oh My Zsh 다시 시작:
`omz reload`
- 사용 가능한 모든 플러그인 나열:
`omz plugin list`
- Oh My Zsh 플러그인 활성화/비활성화:
`omz plugin {{enable|disable}} {{플러그인}}`
- 사용 가능한 모든 테마 나열:
`omz theme list`
- `~/.zshrc`에서 Oh My Zsh 테마 설정:
`omz theme set {{테마}}`