dotfiles/.zshrc

23 lines
463 B
Bash
Raw Normal View History

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
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
zsh-users/zsh-syntax-highlighting
2018-01-29 16:49:12 +01:00
EOBUNDLES
antigen theme gallifrey
antigen apply