2018-01-29 16:49:12 +01:00
|
|
|
# export ANTIGEN_LOG=$HOME/antigen.log
|
|
|
|
# export ANTIGEN_DEBUG_LOG=$HOME/antigen.debug.log
|
|
|
|
source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh
|
|
|
|
antigen use oh-my-zsh
|
|
|
|
antigen bundles <<EOBUNDLES
|
|
|
|
git
|
|
|
|
git-extras
|
|
|
|
tmux
|
|
|
|
command-not-found
|
|
|
|
debian
|
|
|
|
gpg-agent
|
|
|
|
pip
|
|
|
|
common-aliases
|
|
|
|
schtobia/zsh
|
|
|
|
$HOME/.local/lib/zsh/custom-zsh
|
|
|
|
EOBUNDLES
|
|
|
|
antigen theme gallifrey
|
|
|
|
antigen apply
|