Last active
August 29, 2015 14:22
-
-
Save brantfaircloth/09eb6cc7d7bcb7513ef0 to your computer and use it in GitHub Desktop.
Decent antigen/zshrc setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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