Easy steps to install emacs-dracula package on Mac

Package Information:

Application Name – emacs-dracula
What is emacs-dracula – You can change them either by doing M-x customize-group dracula or setting one or more of the following values in your Emacs init file. Note that these variables …
Use of emacs-dracula – Dark color theme available for a number of editors
URL – https://github.com/dracula/emacs

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. spotlight search terminal

  3. Now, run following command to install homebrew (brew)
  4. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

    Homebrew Install Command Screenshot

  5. Install emacs-dracula using brew
    brew install emacs-dracula

emacs-dracula is ready to use now!