oh-my-zsh plugin 에러 대응

설탕찍은사과·2023년 6월 1일
0
post-thumbnail

[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 를 재시작 하면 정상적으로 될것임!!

profile
귀찮아하지말고 계속 정리하고 공부하자

0개의 댓글