You must have Emacs 25 or greater installed on your system. Tested with emacs-plus from Homebrew
Clone this repository using the following command:
git clone git@github.com:conornash/dot-emacs.git ~/.emacs.d
Once the clone has completed successfully, run the following command:
emacs --batch --eval '(require (quote org))' \
--eval '(require (quote ob))' \
--eval '(org-babel-load-file (expand-file-name "~/.emacs.d/init.org"))'
This will download all required packages for Emacs. The first time you run Emacs, use:
emacs --debug-init
This will tell you what issues are present in your install.