우분투 zsh 플러그인 설치법
-
zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
-
syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
-
vim ~/.zshrc plugins 부분에 설치한 플러그인 입력 ``` plugins=( git zsh-autosuggestions zsh-syntax-highlighting
) ```
- 터미널창 닫고 다시 켜서 확인 (edited)