zsh settings - RLidea/dev.docs GitHub Wiki
brew
는 설치되었다고 가정.
- ohmyzsh
- fzf: fuzzy finder 도구
brew install fzf
# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install
- 하이라이팅 / 자동 추천 도구
# zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
# zsh-autosuggestions
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
)
- :
vi
에 디렉토리를 추가 - :