Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 462 Bytes

Configurations of workspace

  • Install zsh and oh-my-zsh Guide
  • Enable macos plugin
  • Install zsh-autosuggestions plugin

Install custom plugin

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

Enable it in ~/.zshrc

plugins=(
  ...
  zsh-autosuggestions
)