From 9299a47cf6c9f09dfe2353ca425f2d0ed3165519 Mon Sep 17 00:00:00 2001 From: eeleater Date: Tue, 13 Dec 2022 16:36:44 +0100 Subject: [PATCH] added zsh_plugins file --- dot_config/zsh/zsh_plugins.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dot_config/zsh/zsh_plugins.txt diff --git a/dot_config/zsh/zsh_plugins.txt b/dot_config/zsh/zsh_plugins.txt new file mode 100644 index 0000000..4957053 --- /dev/null +++ b/dot_config/zsh/zsh_plugins.txt @@ -0,0 +1,33 @@ +# .zsh_plugins.txt + +# autosuggestions +zsh-users/zsh-autosuggestions + +## oh my zsh stuff +# libraries +ohmyzsh/ohmyzsh path:lib/history.zsh +ohmyzsh/ohmyzsh path:lib/completion.zsh +ohmyzsh/ohmyzsh path:lib/directories.zsh +ohmyzsh/ohmyzsh path:lib/key-bindings.zsh +# plugins +ohmyzsh/ohmyzsh path:plugins/systemd +ohmyzsh/ohmyzsh path:plugins/fzf +ohmyzsh/ohmyzsh path:plugins/command-not-found + +# other plugins +urbainvaes/fzf-marks +mroth/evalcache +zpm-zsh/colorize +sobolevn/wakatime-zsh-plugin +amyreese/zsh-titles +laggardkernel/zsh-thefuck +MichaelAquilina/zsh-you-should-use +alexdesousa/oath +TwoPizza9621536/zsh-exa +fdellwing/zsh-bat + +# theme +romkatv/powerlevel10k + +# syntaxhighlighting +zsh-users/zsh-syntax-highlighting