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
|
2018-05-03 15:25:02 +02:00
|
|
|
last-working-dir
|
2018-03-20 15:24:27 +01:00
|
|
|
Tarrasch/zsh-autoenv
|
|
|
|
zlsun/solarized-man
|
2018-05-03 07:54:06 +02:00
|
|
|
voronkovich/gitignore.plugin.zsh
|
2018-01-29 16:49:12 +01:00
|
|
|
schtobia/zsh
|
|
|
|
$HOME/.local/lib/zsh/custom-zsh
|
2018-02-14 10:19:11 +01:00
|
|
|
zsh-users/zsh-syntax-highlighting
|
2018-01-29 16:49:12 +01:00
|
|
|
EOBUNDLES
|
|
|
|
antigen theme gallifrey
|
|
|
|
antigen apply
|