반응형
Mac에서 Oh My Zsh(oh-my-zsh)를 수동으로 업데이트하는 방법
Oh My Zsh는 Zsh의 강력한 구성 프레임워크입니다.
Oh My Zsh 업데이트
omz update
Oh My Zsh 변경 로그 확인
omz changelog
omz help
> omz help
Usage: omz <command> [options]
Available commands:
help Print this help message
changelog Print the changelog
plugin <command> Manage plugins
pr <command> Manage Oh My Zsh Pull Requests
reload Reload the current zsh session
theme <command> Manage themes
update Update Oh My Zsh
version Show the version
- 백업
- 업데이트 전에 현재 설정을 백업하는 것이 좋습니다. ~/.zshrc 파일을 백업하려면 다음 명령을 사용할 수 있습니다.
cp ~/.zshrc ~/.zshrc.backup
- 플러그인 및 테마
- 업데이트 후 플러그인 및 테마가 최신 상태인지 확인하십시오. 일부 사용자 정의가 필요할 수 있습니다.
Oh My Zsh를 최신 상태로 유지할 수 있습니다.
728x90
반응형
'맥(솔라리스)' 카테고리의 다른 글
CURL로 PAC(proxy auto config script) 호출 테스트 (0) | 2023.06.22 |
---|---|
Mac M1(ARM 아키텍처)에서 Go(Golang)를 설치하는 방법 (0) | 2023.06.06 |
macOS에서 mDNSResponder를 재시작하고 DNS 캐시를 갱신 (0) | 2023.06.04 |
Docker Buildx를 사용하여 다중 아키텍처 이미지를 빌드하는 방법 (0) | 2023.06.03 |
[mac] mac m1 no matching manifest for linux/arm64/v8 in the manifest list entries (0) | 2023.05.21 |