dotfiles/.zshrc
2018-11-14 04:29:31 +01:00

23 lines
498 B
Bash

# 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
last-working-dir
zlsun/solarized-man
voronkovich/gitignore.plugin.zsh
MichaelAquilina/zsh-you-should-use
schtobia/zsh
$HOME/.local/lib/zsh/custom-zsh
zsh-users/zsh-syntax-highlighting
EOBUNDLES
antigen theme gallifrey
antigen apply