Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Last active August 29, 2015 14:22
Show Gist options
  • Save brantfaircloth/09eb6cc7d7bcb7513ef0 to your computer and use it in GitHub Desktop.
Save brantfaircloth/09eb6cc7d7bcb7513ef0 to your computer and use it in GitHub Desktop.
Decent antigen/zshrc setup
source /usr/local/antigen/antigen.zsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle command-not-found
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# ZSH port of Fish shell's history search feature.
antigen bundle zsh-users/zsh-history-substring-search
# Load the theme.
antigen theme steeef
# Tell antigen that you're done.
antigen apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment