Update Readme

This commit is contained in:
Josean Martinez 2022-11-05 18:23:18 -04:00 committed by GitHub
parent 37e5fe6642
commit 269b025951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ It will ask if you would like to reinstall the parser. Answer "y" for yes. After
- [Neovim](https://neovim.io/) (Version 0.8 or Later) - [Neovim](https://neovim.io/) (Version 0.8 or Later)
- [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font - [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font
- [Ripgrep](https://github.com/BurntSushi/ripgrep) - For Telescope Fuzzy Finder - [Ripgrep](https://github.com/BurntSushi/ripgrep) - For Telescope Fuzzy Finder
- XCode Command Line Tools
- If working with typescript/javascript and the typescript language server like me. You might need to install node. - If working with typescript/javascript and the typescript language server like me. You might need to install node.
If you're on mac, like me, you can install iTerm2, Neovim, Ripgrep and Node with homebrew. If you're on mac, like me, you can install iTerm2, Neovim, Ripgrep and Node with homebrew.
@ -61,6 +62,11 @@ brew install ripgrep
brew install node brew install node
``` ```
For XCode Command Line Tools do:
```bash
xcode-select --install
```
### Relevant Files ### Relevant Files
- [.config/nvim](.config/nvim) - [.config/nvim](.config/nvim)