반응형
Oh My Zsh에 자동완성 기능 추가
zsh-autosuggestions 레포를 oh-my-zsh 플러그인 폴더에 clone
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
zsh-syntax-highlighting 레포를 oh-my-zsh 플러그인 폴더에 clone
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
.zshrc 편집
vim ~/.zshrc
...
plugins=(
git
zsh-autosuggestions
zsh-syntax-highlighting
)
...
source ~/.zshrc
728x90
반응형
'맥(솔라리스)' 카테고리의 다른 글
맥북(M1) 구매 후 앱 설치 리스트 (0) | 2022.02.15 |
---|---|
맥에서 Java 11(JDK 11) 다운로드하고 설치하는 방법 (0) | 2021.12.25 |
Powerline Fonts를 다운로드하여 Oh-My-Zsh 테마인 Powerlevel9k에 적용하는 방법 (0) | 2021.10.13 |
Mac Time Machine 백업 시간 줄이기 (0) | 2021.09.27 |
macOS(Big Sur)에 Packer 설치 (0) | 2021.08.09 |