18 lines
480 B
Bash
Executable File
18 lines
480 B
Bash
Executable File
# 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
|
|
|
|
# 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
|