Skip to content

Instantly share code, notes, and snippets.

@mengyy212
Created November 27, 2019 02:35
Show Gist options
  • Save mengyy212/bc9c8dea896dbab55067d6e4ec8a5126 to your computer and use it in GitHub Desktop.
Save mengyy212/bc9c8dea896dbab55067d6e4ec8a5126 to your computer and use it in GitHub Desktop.
Install Oh my zsh and plugins
# ...
plugins=(git
zsh-syntax-highlighting
zsh-autosuggestions
zsh-completions
osx)
autoload -U compinit && compinit
# ...
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment