oh-my-zsh 플러그인

723 단어
oh my zsh 프로젝트는 완벽한 플러그인 시스템을 제공합니다. 관련 파일은 ~/.-my-zsh/plugins 디렉터리에서 기본적으로 100여 가지를 제공합니다. 여러분은 자신의 실제 학습과 작업 환경에 따라 사용할 수 있습니다. 모든 플러그인의 기능을 알고 싶으면 관련 디렉터리에 있는zsh 파일을 열어 보시면 됩니다.플러그인도 있어요.zshrc에서 설정하고plugins 키워드를 찾으면 플러그인을 불러올 수 있습니다. 시스템에서git를 기본적으로 불러옵니다. 다음에 내용을 추가할 수 있습니다.
플러그인 로드
plugins=(git zsh-autosuggestions autojump zsh-syntax-highlighting)

zsh-autosuggestions 설치
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

zsh-syntax-highlighting 설치
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

좋은 웹페이지 즐겨찾기