Configurations created with org-mode and orchestrated with a Makefile. Out of the box, make
will set up Homebrew, essentials, extras, and Emacs. If you're on a Mac, you should download iTerm2.
git clone <this repo> ~/.emacs.d
make <'macos' or 'linux-ubuntu'>
make tangle
make nvm
chsh -s /bin/zsh <username> # if necessary
nvm install stable
nvm use stable