railwaycat/emacsmacport is recommended
brew tap railwaycat/emacsmacport
brew install --cask emacs-macbrew install ripgrepgit clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom installThis will generate some config files under ~/.config/doom
$ tree ~/.config/doom
├── config.el
├── init.el
└── packages.elWe can enable and disable all the integrated features in doom by uncomment and comment them.
All your customized config, like keybindings will go here.
All the third party packages configuration should go here.
Once we add some changes in init.el or package.el, we need to run ~/.config/emacs/bin/doom sync and restart emacs to take effect.