Last active
September 12, 2023 19:47
-
-
Save noderat/6abe6bd0f143ecaaaff6c2a89f9f96ee to your computer and use it in GitHub Desktop.
zplug Plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# General ZSH Plugins | |
zplug "zsh-users/zsh-completions" | |
zplug "zsh-users/zsh-syntax-highlighting", from:github | |
zplug "zsh-users/zsh-history-substring-search", from:github, defer:2 | |
zplug "djui/alias-tips", from:github | |
# SSH | |
zplug "hkupty/ssh-agent", from:github | |
# Git Plugins | |
zplug "plugins/git", from:oh-my-zsh | |
zplug "Seinh/git-prune", from:github | |
# NodeJS | |
zplug "lukechilds/zsh-nvm", from:github | |
zplug "lukechilds/zsh-better-npm-completion", from:github | |
# Directory Navigation | |
zplug "supercrabtree/k", from:github | |
zplug "b4b4r07/enhancd", use:init.sh | |
zplug "mollifier/anyframe" | |
# Pure Theme | |
zplug "mafredri/zsh-async", from:github | |
zplug "sindresorhus/pure", use:pure.zsh, from:github, as:theme | |
# Configuration for Plugins | |
export NVM_AUTO_USE=true | |
zstyle ':completion:*:*:docker:*' option-stacking yes | |
zstyle ':completion:*:*:docker-*:*' option-stacking yes | |
zstyle :omz:plugins:ssh-agent agent-forwarding off | |
zplug install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment