From 81c0e7e27ec501bd533cb24dd122ed3147aa3ed0 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Mon, 25 Nov 2024 13:52:28 +0100 Subject: [PATCH] feat(ZSH): plugins - add 'wd' function --- .config/zsh/.zsh_plugins.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/zsh/.zsh_plugins.txt diff --git a/.config/zsh/.zsh_plugins.txt b/.config/zsh/.zsh_plugins.txt new file mode 100644 index 0000000..9ee79dc --- /dev/null +++ b/.config/zsh/.zsh_plugins.txt @@ -0,0 +1,33 @@ +#!/bin/zsh +# +# .zsh_plugins.txt - antidote plugins file +# + +# Completions +mattmc3/ez-compinit +zsh-users/zsh-completions kind:fpath path:src +aloxaf/fzf-tab # Remove if you don't use fzf + +# Completion styles +belak/zsh-utils path:completion/functions kind:autoload post:compstyle_zshzoo_setup + +# Keybindings +belak/zsh-utils path:editor + +# History +belak/zsh-utils path:history + +# Prompt +romkatv/powerlevel10k + +# Utilities +belak/zsh-utils path:utility +romkatv/zsh-bench kind:path +ohmyzsh/ohmyzsh path:plugins/extract +# a kind of "cd" with shortcuts +mfaerevaag/wd + +# Other Fish-like features +zdharma-continuum/fast-syntax-highlighting # Syntax highlighting +zsh-users/zsh-autosuggestions # Auto-suggestions +zsh-users/zsh-history-substring-search # Up/Down to search history