1. git clone
#자동완성
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# highlighting
git 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-autosuggestions
# other plugins...
zsh-syntax-highlighting
)
'IT정보 > Install' 카테고리의 다른 글
[Mac] mysql 설치(feat. homebrew) (0) | 2024.08.27 |
---|---|
[Mac] 홈브류(homebrew)로 Itrem2/oh-my-zsh 설치 (0) | 2024.08.27 |
[Mac] 홈브류(homebrew) 설치 (0) | 2024.08.27 |
[Mac] PostgreSQL brew 설치 (0) | 2022.04.18 |
소스트리(sourcetree) 깃허브 저장소 연동하기 (0) | 2022.04.01 |