Move from antigen to antidot
This commit is contained in:
22
zshrc
22
zshrc
@@ -1,20 +1,14 @@
|
||||
# source antidote
|
||||
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
|
||||
|
||||
# initialize plugins statically with ${ZDOTDIR:-~}/.zsh_plugins.txt
|
||||
antidote load
|
||||
|
||||
# Aliases
|
||||
source ~/.zshconfig/aliases
|
||||
|
||||
# Themes & Plugins
|
||||
|
||||
source ~/.antigen.zsh
|
||||
antigen bundle agkozak/zsh-z
|
||||
antigen theme romkatv/powerlevel10k
|
||||
antigen bundle "MichaelAquilina/zsh-you-should-use"
|
||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
|
||||
# Shit for OSX
|
||||
if [ "$(uname)" != "Darwin" ]; then
|
||||
antigen bundle brew
|
||||
fi
|
||||
antigen apply
|
||||
autoload -U compinit && compinit
|
||||
autoload -Uz promptinit && promptinit && prompt powerlevel10k
|
||||
#autoload -Uz promptinit && promptinit && prompt powerlevel10k
|
||||
zstyle ':completion:*' menu select
|
||||
|
||||
### Settings fuer History
|
||||
|
||||
Reference in New Issue
Block a user