From 6eb4d2d9ae082dac66107e814df66dada5f88cfe Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Tue, 18 Oct 2022 21:00:57 -0400 Subject: [PATCH] Added brew install commands and ripgrep to neovim setup requirements. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 46c23da..c0d5e2c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,18 @@ - True Color Terminal Like: [iTerm2](https://iterm2.com/) - [Neovim](https://neovim.io/) (Version 0.8 or Later) - [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font +- [Ripgrep](https://github.com/BurntSushi/ripgrep) - For Telescope Fuzzy Finder + +You can install iTerm2, Neovim and Ripgrep with homebrew. +```bash +brew install --cask iterm2 +``` +```bash +brew install neovim +``` +```bash +brew install ripgrep +``` ### Relevant Files - [.config/nvim](.config/nvim)