dotfiles/zsh/antigen.zsh
2015-07-16 18:57:43 +02:00

35 lines
374 B
Bash

# Load Antigen
source ~/.antigen/antigen.zsh
# Oh-My-ZSH Library
antigen use oh-my-zsh
# Theme
antigen theme pygmalion
# Load Plugins
antigen bundles <<EOBUNDLES
gem
bundler
composer
git
pip
vagrant
docker
python
extract
npm
archlinux
systemd
systemadmin
frontend-search
gitignore
command-not-found
colored-man
EOBUNDLES
# Apply Config
antigen apply