[antigen] antigen zshrc #dotfiles #shell #zsh
# .zshrc Source Basic
source /usr/local/share/antigen/antigen.zsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
antigen bundles <<EOBUNDLES
# Bundles from the default repo (robbyrussell's oh-my-zsh).
brew
bundler
brew-cask
chucknorris
command-not-found
encode64
git
gitfast
git-extras
httpie
history
node
npm
nyan
osx
phyton
pip
rsync
ssh-agent
sublime
sudo
websearch
# yarn
EOBUNDLES
# Third Party
antigen bundle kennethreitz/autoenv
antigen bundle djui/alias-tips
antigen bundle akoenig/gulp-autocompletion-zsh
antigen bundle lukechilds/zsh-better-npm-completion
antigen bundle supercrabtree/k
antigen bundle akoenig/npm-run.plugin.zsh
antigen bundle marzocchi/zsh-notify
antigen bundle wbinglee/zsh-wakatime
antigen bundle rupa/z
antigen bundle rummik/zsh-ing
antigen bundle unixorn/autoupdate-antigen.zshplugin
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-completions src
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-history-substring-search
# Load the theme.
antigen theme https://github.com/denysdovhan/spaceship-zsh-theme spaceship
# Tell antigen that you're done.
antigen apply
source "${HOME}/.zsh/alias.zsh"
# source $(dirname $(gem which colorls))/tab_complete.sh
source "${HOME}/.zsh/zsh-conf.zsh"
source "${HOME}/.zsh/functions.zsh"
source "${HOME}/.zsh/secrets.zsh"
source "${HOME}/.zsh/exports.zsh"