설치는 된 것 같은데... 실행해보면 이상한 메시지가 뜰 때
[oh-my-zsh] For safety, we will not load completions from these directories until
[oh-my-zsh] you fix their permissions and ownership and restart zsh.
[oh-my-zsh] See the above list for directories with group or other writability.
[oh-my-zsh] To fix your permissions you can do so by disabling
[oh-my-zsh] the write permission of "group" and "others" and making sure that the
[oh-my-zsh] owner of these directories is either root or your current user.
[oh-my-zsh] The following command may help: [oh-my-zsh] compaudit | xargs chmod g-w,o-w
[oh-my-zsh] If the above didn't help or you want to skip the verification of
[oh-my-zsh] insecure directories you can set the variable ZSH_DISABLE_COMPFIX to
[oh-my-zsh] "true" before oh-my-zsh is sourced in your zshrc file.
vi ~/.zshrc
아래 위치(위치는 적당히 넣어주셔도 됩니다 잘 모르겟으면) 정도에 추가해주시면 됩니다.
# Which plugins would you like to load?
# Standard plugins can be found in $ZSH/plugins/
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
ZSH_DISABLE_COMPFIX="true"
'withM1MacbookAir' 카테고리의 다른 글
[설정] 세 손가락 드래그(Drag) 하기 (0) | 2021.09.24 |
---|---|
[딥러닝] M1 macos 11.6 tensorflow2.5 설치 (2) | 2021.09.23 |
[리뷰] 소소한 리뷰 - 2020 late mac book air 개빠름.. (0) | 2021.04.27 |
[리뷰] MacBook Air (Late 2020) - 2일 사용 후기 (1) | 2021.04.20 |
[개발환경] 아이폰 연결이 안 될 때 Errors were encountered while preparing your device for development. Please check the Devices and Simulators Window. (0) | 2021.04.19 |