-
-
Save d1rk/83eebb1f698306a0bfed78863f85ff23 to your computer and use it in GitHub Desktop.
zplug plugins for usage with zplug.sh
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
zplug "plugins/git", from:oh-my-zsh, if:"(( $+commands[git] ))" | |
zplug "plugins/tmux", from:oh-my-zsh, if:"(( $+commands[tmux] ))" | |
zplug "plugins/docker", from:oh-my-zsh | |
zplug "plugins/docker-compose", from:oh-my-zsh | |
zplug "plugins/command-not-found", from:oh-my-zsh | |
zplug "plugins/common-aliases", from:oh-my-zsh | |
zplug "plugins/compleat", from:oh-my-zsh | |
zplug "plugins/git-extras", from:oh-my-zsh | |
zplug "plugins/archlinux", from:oh-my-zsh | |
zplug "plugins/rebar", from:oh-my-zsh | |
zplug "plugins/python", from:oh-my-zsh | |
zplug "plugins/man", from:oh-my-zsh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if i just use
zplug "plugins/git-extras"
in my terminal does it work?