switch from oh-my-zsh to antigen

This commit is contained in:
Tobias Schmidl 2018-01-29 16:49:12 +01:00
parent 69808a591b
commit 7e1a087f27

40
zshrc
View file

@ -1,21 +1,19 @@
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="gallifrey"
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
DISABLE_UNTRACKED_FILES_DIRTY="true"
HIST_STAMPS="yyyy-mm-dd"
plugins=(
git
git-extras
tmux
ssh
command-not-found
systemd
debian
gpg-agent
pip
common-aliases
web-search
)
source $ZSH/oh-my-zsh.sh
# export ANTIGEN_LOG=$HOME/antigen.log
# export ANTIGEN_DEBUG_LOG=$HOME/antigen.debug.log
source $HOME/.profile
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