zsh: add various plugins & configs

This commit is contained in:
saibotk 2022-02-23 00:24:16 +01:00
parent faed4caf8f
commit 6010cc0543
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -11,6 +11,21 @@ _has() {
# Plugins
znap source ohmyzsh/ohmyzsh lib/{git,theme-and-appearance}
znap source ohmyzsh/ohmyzsh plugins/{per-directory-history,git}
znap source marlonrichert/zcolors
znap source marlonrichert/zsh-autocomplete
znap source zsh-users/zsh-autosuggestions
znap source zsh-users/zsh-syntax-highlighting
znap source jessarcher/zsh-artisan
znap source unixorn/fzf-zsh-plugin
# Extra init code needed for zcolors.
znap eval zcolors "zcolors ${(q)LS_COLORS}"
# autocomplete settings
zstyle ':autocomplete:tab:*' widget-style menu-select
zstyle ':autocomplete:*' fzf-completion yes
zstyle ':autocomplete:*' min-input 2
# ZSH Theme
znap prompt ohmyzsh/ohmyzsh robbyrussell