mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
Added brew install commands and ripgrep to neovim setup requirements.
This commit is contained in:
parent
912ce12c11
commit
6eb4d2d9ae
1 changed files with 12 additions and 0 deletions
12
README.md
12
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)
|
||||
|
|
Loading…
Reference in a new issue