26 lines
770 B
Bash
26 lines
770 B
Bash
# Add in Powerline10k
|
|
#zinit ice depth=1; zinit light romkatv/powerlevel10k
|
|
|
|
# Add in plugins
|
|
zinit light zsh-users/zsh-syntax-highlighting
|
|
zinit light zsh-users/zsh-completions
|
|
zinit light zsh-users/zsh-autosuggestions
|
|
zinit light Aloxaf/fzf-tab
|
|
zinit light hlissner/zsh-autopair
|
|
zinit light ajeetdsouza/zoxide
|
|
zinit ice lucid wait as"completion"
|
|
zinit snippet https://github.com/eza-community/eza/blob/main/completions/zsh/_eza
|
|
zinit light MichaelAquilina/zsh-you-should-use
|
|
zinit light wfxr/forgit
|
|
|
|
# Add in snippets from "OhMyZsh“
|
|
zinit snippet OMZP::git
|
|
zinit snippet OMZP::sudo
|
|
zinit snippet OMZP::archlinux
|
|
zinit snippet OMZP::aws
|
|
zinit snippet OMZP::kubectl
|
|
zinit snippet OMZP::kubectx
|
|
zinit snippet OMZP::command-not-found
|
|
|
|
zinit light jeffreytse/zsh-vi-mode
|