Installation of neorg in Apple Silicon / Macos Ventura #754
miraculusik
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Neorg setup for apple silicon can be a bit confusing, especially for those using Macos Ventura. Here I will describe a clean neorg installation with solutions to all the problems I had while installing neorg myself. I hope it will be useful to someone.
Special thanks to all those who contributed to Neorg.
Installation steps:
brew install gcc
this code includes some personal configs. I don't want to delete my configs because maybe can help you.
5. After finishing the above steps open nvim and install the packages.
6. We've done everything necessary so far, the only thing left is to load the norg parsers with treesitter.
In nvim run this command
:Neorg sync-parsers
🎉Congratulations now you can take notes using neorg
Beta Was this translation helpful? Give feedback.
All reactions