Skip to content

Instantly share code, notes, and snippets.

@soberich
Created May 16, 2020 02:40
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 soberich/adfc3596fc18c3da3bb9bcf645f0a938 to your computer and use it in GitHub Desktop.
Save soberich/adfc3596fc18c3da3bb9bcf645f0a938 to your computer and use it in GitHub Desktop.
.antigenrc
# Load oh-my-zsh library.
antigen use oh-my-zsh
if [[ $OSTYPE == darwin* ]]; then
antigen bundle osx
fi
# Load bundles from the default repo (oh-my-zsh).
antigen bundle git
antigen bundle git-extras
antigen bundle thefuck
antigen bundle command-not-found
antigen bundle docker
antigen bundle docker-compose
antigen bundle npm
antigen bundle yarn
antigen bundle node
antigen bundle colored-man-pages
# Load bundles from external repos.
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-history-substring-search
antigen bundle matthieusb/zsh-sdkman
antigen bundle tong/zsh.plugin.hashlink
antigen bundle tong/zsh.plugin.haxelib
antigen bundle kubectl
antigen bundle jhipster/jhipster-oh-my-zsh-plugin
# antigen bundle gradle
antigen theme robbyrussell
# 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