mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
Update Readme
This commit is contained in:
parent
37e5fe6642
commit
269b025951
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue