Move from antigen to antidot

This commit is contained in:
2023-07-10 11:11:16 +02:00
parent 1c9ed29c1c
commit 03228283c5
8 changed files with 36 additions and 39 deletions

22
zshrc
View File

@@ -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