Skip to content

Instantly share code, notes, and snippets.

@therealparmesh
Created February 19, 2019 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save therealparmesh/3fabbefc0096626967ba6b2fa3ae51b9 to your computer and use it in GitHub Desktop.
Save therealparmesh/3fabbefc0096626967ba6b2fa3ae51b9 to your computer and use it in GitHub Desktop.
macOS zsh configuration using Antigen
export ANTIGEN_PATH=~/.antigen
source $ANTIGEN_PATH/antigen.zsh
antigen use oh-my-zsh
antigen theme robbyrussell
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-history-substring-search
antigen bundle zsh-users/zsh-syntax-highlighting
antigen apply
bindkey "^[[A" history-substring-search-up
bindkey "^[[B" history-substring-search-down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment