From 4fb307840bc3bce7b786c08153f6b60827eb057a Mon Sep 17 00:00:00 2001 From: Valeriy Filippov Date: Fri, 6 Mar 2026 15:20:00 +0300 Subject: [PATCH] Upd readme #2 --- README.md | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) diff --git a/README.md b/README.md index 6e5a2a8..7c6bc66 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,135 @@ plugins=( ### Fzf https://github.com/junegunn/fzf + +```shell +brew install fzf +``` + +Add to `.zshrc` +``` +plugins=( + ... + fzf + ... +) +``` + +### Kubectx & kubens +https://github.com/ahmetb/kubectx + +```shell +brew install kubectx +``` + +### k9s +https://github.com/derailed/k9s + +```shell +brew install k9s +``` + +Add to `.zshrc` +``` +plugins=( + ... + k9s + ... +) +``` + +### LazyGit +https://github.com/jesseduffield/lazygit + +```shell +brew install lazygit +``` + +### LazyDocker +https://github.com/jesseduffield/lazydocker + +```shell +brew install lazydocker +``` + +### Mise +https://mise.jdx.dev/ + +```shell +brew install mise +``` + +### Pwgen +https://github.com/aronhoyer/pwgen + +```shell +brew install pwgen +``` + +### RipGrep +https://github.com/BurntSushi/ripgrep + +```shell +brew install ripgrep +``` + +### SSH-list +https://github.com/akinoiro/ssh-list + +```shell +brew install ssh-list +``` + +### TFEnv +https://github.com/tfutils/tfenv + +```shell +brew install tfenv +``` + +### TheFuck +https://github.com/nvbn/thefuck + +```shell +brew install thefuck +``` + +Add to `.zshrc` +``` +plugins=( + ... + thefuck + ... +) +``` + +### TLDR-pages +https://github.com/tldr-pages/tldr + +```shell +brew install tlrc +``` + +### Yazi +https://github.com/sxyazi/yazi + +```shell +brew install yazi +``` + +### zoxide +https://github.com/ajeetdsouza/zoxide + +```shell +brew install zoxide +``` + +Add to `.zshrc` +``` +plugins=( + ... + zoxide + ... +) +``` +