Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath committed Jul 28, 2024
1 parent c2b3d58 commit 360f72f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ zinit light "kutsan/zsh-system-clipboard"
zinit ice from"gh-r" as"command" atload'eval "$(starship init zsh)"'
zinit load starship/starship

# interactive jq; awesome
zinit ice wait lucid \
atload"bindkey '^j' jq-complete"
zinit light "reegnz/jq-zsh-plugin"

## Load OMZ Git library
zinit snippet OMZ::lib/git.zsh

Expand Down Expand Up @@ -74,6 +79,8 @@ zinit load denilsonsa/prettyping
zinit ice as"completion"
zinit snippet https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker



## zsh-bash-completions-fallback
zinit ice depth=1 # optional, but avoids downloading the full history
zinit load 3v1n0/zsh-bash-completions-fallback
Expand All @@ -89,6 +96,13 @@ zinit snippet OMZL::completion.zsh
zinit snippet OMZL::spectrum.zsh
zinit snippet OMZL::history.zsh

zinit ice wait lucid
zinit light "zsh-users/zsh-completions"

# completions for yarn run (mainly)
zinit ice wait lucid atclone"./zplug.zsh"
zinit light "g-plane/zsh-yarn-autocompletions"

# plugins from Oy My Zsh
zinit wait lucid for \
OMZP::colorize \
Expand Down

0 comments on commit 360f72f

Please sign in to comment.