Skip to content

Instantly share code, notes, and snippets.

@mikbuch
Created February 16, 2019 23:08
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 mikbuch/de96c3a65908f87288c102a0931fd43c to your computer and use it in GitHub Desktop.
Save mikbuch/de96c3a65908f87288c102a0931fd43c to your computer and use it in GitHub Desktop.
My zsh configuration file: antigen + oh-my-zsh + clean theme
source ~/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 heroku
antigen bundle pip
antigen bundle lein
antigen bundle command-not-found
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# Load the theme.
antigen bundle BrandonRoehl/zsh-clean
# 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