From ea633fcb1f2b6f0f3538857a289d149fb67a43c7 Mon Sep 17 00:00:00 2001 From: Valeriy Filippov Date: Fri, 6 Mar 2026 15:16:41 +0300 Subject: [PATCH] Upd readme --- README.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 171d942..6e5a2a8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ ## Installation ### Brew - https://brew.sh/ ```shell @@ -14,7 +13,6 @@ https://brew.sh/ ``` ### NeoVim - https://github.com/neovim/neovim ```shell @@ -22,11 +20,9 @@ brew install neovim ``` ### Ghostty - https://ghostty.org/download ### Starship - https://starship.rs/ ```shell @@ -40,3 +36,29 @@ plugins=( ... ) ``` + +### Bat +https://github.com/sharkdp/bat + +```shell +brew install bat +``` + +### Eza +https://github.com/eza-community/eza + +```shell +brew install eza +``` + +Add to `.zshrc` +``` +plugins=( + ... + eza + ... +) +``` + +### Fzf +https://github.com/junegunn/fzf