Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 562 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 562 Bytes

Home Sweet Home

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.

Installation Instructions

  • git clone <this repo> ~/.emacs.d
  • make <'macos' or 'linux-ubuntu'>
  • make tangle
  • make nvm

Afterwards:

  • chsh -s /bin/zsh <username> # if necessary
  • nvm install stable
  • nvm use stable