차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
tech:zsh [2024/05/02 16:14] V_Ltech:zsh [2024/05/02 16:20] (현재) V_L
줄 30: 줄 30:
 기본쉘을 zsh로 변경 기본쉘을 zsh로 변경
  
 +=====플러긴=====
 +
 +  git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
 +  git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
 +
 +  nano ~/.zshrc
 +<file>
 +# Which plugins would you like to load?
 +# Standard plugins can be found in $ZSH/plugins/
 +# Custom plugins may be added to $ZSH_CUSTOM/plugins/
 +# Example format: plugins=(rails git textmate ruby lighthouse)
 +# Add wisely, as too many plugins slow down shell startup.
 +plugins=(git
 +zsh-syntax-highlighting
 + zsh-autosuggestions
 +)
 +</file>