1. git clone#자동완성git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # highlightinggit clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting 2. 에디터 열기$ open ~/.zshrc 3. 에티터에서 plugins 부분을 아래와 같이 바꿈plugins=( # other plugins... zsh-autosugges..