Skip to content

Instantly share code, notes, and snippets.

@sfuller
Created October 29, 2015 05:23
Show Gist options
  • Save sfuller/2ebcfd9405eeeb1b8582 to your computer and use it in GitHub Desktop.
Save sfuller/2ebcfd9405eeeb1b8582 to your computer and use it in GitHub Desktop.
muh zshrc
source ~/.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 git
antigen bundle pip
antigen bundle command-not-found
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# Load the theme.
# antigen theme robbyrussell
antigen bundle powerline/powerline powerline/bindings/zsh
# Tell antigen that you're done.
antigen apply
source ~/.sharedrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment