Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
MiragianCycle committed Dec 12, 2023
1 parent 946086f commit a6ebb2e
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,23 +235,24 @@ I can only offer personal anecdotes here in lieu of a more scientific approach.
2. Run the following commands:

```
- brew update
- brew doctor
- brew upgrade
- brew install node
- brew install python
- brew install fzf
- brew install ripgrep
- brew install pandoc
- brew install pandoc-plot
- brew install npm
- brew install wget
- sudo pip3 install neovim-remote
- pip3 install --user pynvim
- brew install --cask mactex
brew update
brew doctor
brew upgrade
brew install node
brew install python
brew install fzf
brew install ripgrep
brew install pandoc
brew install pandoc-plot
brew install npm
brew install wget
sudo pip3 install neovim-remote
pip3 install --user pynvim
brew install --cask mactex
```


3. Reboot your machine. Open NeoVim and type ':' to go into command mode. Type 'checkhealth'

## Windows
Expand Down

0 comments on commit a6ebb2e

Please sign in to comment.