# 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 syncrm -rf ~/.doom.d #remove default doom config folder
git clone https://github.com/tintinthong/doom.git ~/.doom.d
doom syncThis only applies to @tintinthong. If you are not @tintinthong, you may have to manually create $HOME/org.
git clone git@github.com:tintinthong/org.git