Created
February 16, 2019 23:08
-
-
Save mikbuch/de96c3a65908f87288c102a0931fd43c to your computer and use it in GitHub Desktop.
My zsh configuration file: antigen + oh-my-zsh + clean theme
This file contains 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 ~/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