# install emacs
brew install emacs
# install doom emacs
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
# export doom to path
export PATH="$HOME/.emacs.d/bin:$PATH"
# build emacs
doom sync
rm -rf ~/.doom.d #remove default doom config folder
git clone https://github.com/tintinthong/doom.git ~/.doom.d
doom sync
This only applies to @tintinthong. If you are not @tintinthong, you may have to manually create $HOME/org
.
git clone [email protected]:tintinthong/org.git