### Load antigen
# Github
# source ~/antigen.zsh
# Manjaro
# source /usr/share/zsh/share/antigen.zsh
# OpenSUSE build service (include Fedora)
# source /usr/share/antigen.zsh
# Debian
# source /usr/share/zsh-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 heroku
antigen bundle pip
antigen bundle lein
antigen bundle command-not-found
antigen bundle docker
antigen bundle docker-compose
antigen bundle vi-mode
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
# Load the theme.
antigen theme https://github.com/caiogondim/bullet-train-oh-my-zsh-theme bullet-train
# Alias
# alias_name = <command
# Tell Antigen that you're done.
antigen apply
[Config] ZSH Config File (.zshrc)
2021-02-01