From 1c4d4f26fa8bca7d6d4fb00b6d74943ae8922212 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Fri, 21 Jul 2023 09:13:17 +0200 Subject: [PATCH] [zsh] Add brew and cnf plugins --- zsh/.zsh_plugins.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/zsh/.zsh_plugins.txt b/zsh/.zsh_plugins.txt index 05cf084..3d38e20 100644 --- a/zsh/.zsh_plugins.txt +++ b/zsh/.zsh_plugins.txt @@ -1,24 +1,28 @@ # Load OMZ plugins ohmyzsh/ohmyzsh +ohmyzsh/ohmyzsh path:lib ohmyzsh/ohmyzsh path:plugins/git ohmyzsh/ohmyzsh path:plugins/golang ohmyzsh/ohmyzsh path:plugins/ssh-agent ohmyzsh/ohmyzsh path:plugins/pip ohmyzsh/ohmyzsh path:plugins/python +ohmyzsh/ohmyzsh path:plugins/brew ohmyzsh/ohmyzsh path:plugins/virtualenv ohmyzsh/ohmyzsh path:plugins/python +ohmyzsh/ohmyzsh path:plugins/command-not-found +ohmyzsh/ohmyzsh path:plugins/vi-mode romkatv/powerlevel10k -zsh-users/zsh-syntax-highlighting -zsh-users/zsh-autosuggestions -zsh-users/zsh-completions -zsh-users/zsh-history-substring-search -urbainvaes/fzf-marks +zsh-users/zsh-syntax-highlighting kind:defer +zsh-users/zsh-autosuggestions kind:defer +zsh-users/zsh-completions kind:defer +zsh-users/zsh-history-substring-search kind:defer +urbainvaes/fzf-marks kind:defer greymd/docker-zsh-completion zdharma-continuum/fast-syntax-highlighting kind:defer # Select with shift -jirutka/zsh-shift-select +jirutka/zsh-shift-select kind:defer # Initialize completions -belak/zsh-utils path:completion +belak/zsh-utils path:completion kind:defer