공부/mac

m1 iTerm2 초기 세팅

inSaPPoRo 2022. 3. 8. 10:31

iTerm2 명령 자동완성

$ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
$ vi ~/.zshrc
// plugins를 찾아서 zsh-autosuggestions 추가

구문 강조

$ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
$ vi ~/.zshrc
// plugins를 찾아서 zsh-syntax-highlighting 추가
반응형