Steps To Install dark-mode on Mac

Package Information:

Name: dark-mode
Use: Control the macOS dark mode from the command-line
URL: https://github.com/sindresorhus/dark-mode

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dark-mode using brew
    brew install dark-mode

dark-mode is ready to use now!