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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue