zsh: zgen now replaces antigen

wayland
Norman Köhring 9 years ago
parent 5d884ecbf6
commit 08b8090991

@ -1,34 +1,37 @@
bindkey -v bindkey -v
source ~/.profile source ~/.profile
source /usr/share/zsh/scripts/antigen/antigen.zsh source /usr/share/zsh/scripts/zgen/zgen.zsh
COMPLETION_WAITING_DOTS="true" COMPLETION_WAITING_DOTS="true"
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern) ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
ZSH_HIGHLIGHT_PATTERNS+=('rm -fr *' 'fg=white,bold,bg=red') ZSH_HIGHLIGHT_PATTERNS+=('rm -fr *' 'fg=white,bold,bg=red')
PROJECT_PATHS=(~/sources ~/sources/*) PROJECT_PATHS=(~/private ~/private/* ~/blacklane)
antigen use oh-my-zsh if ! zgen saved; then
echo "running zgen"
antigen bundle git
antigen bundle git-extras zgen oh-my-zsh
antigen bundle ruby
antigen bundle archlinux zgen oh-my-zsh plugins/git
antigen bundle coffee zgen oh-my-zsh plugins/git-extras
antigen bundle compleat zgen oh-my-zsh plugins/ruby
antigen bundle encode64 zgen oh-my-zsh plugins/coffee
antigen bundle extract zgen oh-my-zsh plugins/archlinux
antigen bundle gem zgen oh-my-zsh plugins/extract
antigen bundle npm zgen oh-my-zsh plugins/screen
antigen bundle screen zgen oh-my-zsh plugins/sudo
antigen bundle systemd zgen oh-my-zsh plugins/systemd
antigen bundle urltools zgen oh-my-zsh plugins/pj
antigen bundle pj zgen oh-my-zsh plugins/command-not-found
antigen bundle zsh-users/zsh-completions zgen load zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zaw zgen load zsh-users/zaw
antigen bundle zsh-users/zsh-syntax-highlighting zgen load zsh-users/zsh-completions src
antigen theme https://gist.github.com/9263734.git psy
zgen load https://gist.github.com/9263734.git psy
antigen apply
source /usr/share/zsh-dwim/init.zsh zgen save
fi
#antigen theme https://gist.github.com/9263734.git psy

Loading…
Cancel
Save