Skip to content

Instantly share code, notes, and snippets.

@mengyy212
mengyy212 / .zshrc
Created November 27, 2019 02:35
Install Oh my zsh and plugins
# ...
plugins=(git
zsh-syntax-highlighting
zsh-autosuggestions
zsh-completions
osx)
autoload -U compinit && compinit
# ...