[oh-my-zsh] plugin 'zsh-completions' not found 이런거 뜨면..
~/.oh-my-zsh/custom/plugins/ 하위에 100% 설치가 안되서 발생되는 거 임!!
대부분 아래의 녀석이다.
[oh-my-zsh] plugin 'zsh-completions' not found
[oh-my-zsh] plugin 'zsh-history-substring-search' not found
[oh-my-zsh] plugin 'zsh-syntax-highlighting' not found
[oh-my-zsh] plugin 'zsh-autosuggestions' not found
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-history-substring-search ~/.oh-my-zsh/custom/plugins/zsh-history-substring-search
git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions
위와 같이 처리하고
source ~/.zshrc
또는 iterm 를 재시작 하면 정상적으로 될것임!!