9 lines
658 B
Bash
9 lines
658 B
Bash
zplug "jeffreytse/zsh-vi-mode", from:github, depth:1
|
|
zplug "zpm-zsh/tmux", from:github, depth:1
|
|
zplug "zplug/zplug", hook-build:"zplug --self-manage", from:github
|
|
zplug "romkatv/powerlevel10k", as:theme, from:github, depth:1
|
|
zplug "zsh-users/zsh-syntax-highlighting", defer:2
|
|
zplug "MichaelAquilina/zsh-auto-notify", depth:1, from:github, if:"(($+commands[notify-send])) || [[$OSTYPE == *darwin*]]"
|
|
zplug "laggardkernel/zsh-thefuck", depth:1, from:github, if:"(($+commands[fuck]))"
|
|
zplug "joshskidmore/zsh-fzf-history-search", depth:1, from:github, if:"(($+commands[fzf]))"
|
|
zplug "spwhitt/nix-zsh-completions", depth:1, from:github, if:"(($+commands[nix]))"
|