switch from oh-my-zsh to antigen
This commit is contained in:
parent
69808a591b
commit
7e1a087f27
1 changed files with 19 additions and 21 deletions
40
zshrc
40
zshrc
|
@ -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
|
command-not-found
|
||||||
ssh
|
debian
|
||||||
command-not-found
|
gpg-agent
|
||||||
systemd
|
pip
|
||||||
debian
|
common-aliases
|
||||||
gpg-agent
|
schtobia/zsh
|
||||||
pip
|
$HOME/.local/lib/zsh/custom-zsh
|
||||||
common-aliases
|
EOBUNDLES
|
||||||
web-search
|
antigen theme gallifrey
|
||||||
)
|
antigen apply
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
|
||||||
|
|
Loading…
Reference in a new issue