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

24
zshrc
View file

@ -1,21 +1,19 @@
export ZSH=$HOME/.oh-my-zsh # export ANTIGEN_LOG=$HOME/antigen.log
ZSH_THEME="gallifrey" # export ANTIGEN_DEBUG_LOG=$HOME/antigen.debug.log
ENABLE_CORRECTION="true" source $HOME/.profile
COMPLETION_WAITING_DOTS="true" source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh
DISABLE_UNTRACKED_FILES_DIRTY="true" antigen use oh-my-zsh
HIST_STAMPS="yyyy-mm-dd" antigen bundles <<EOBUNDLES
plugins=(
git git
git-extras git-extras
tmux tmux
ssh
command-not-found command-not-found
systemd
debian debian
gpg-agent gpg-agent
pip pip
common-aliases common-aliases
web-search schtobia/zsh
) $HOME/.local/lib/zsh/custom-zsh
EOBUNDLES
source $ZSH/oh-my-zsh.sh antigen theme gallifrey
antigen apply