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:
- Open up your Terminal.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dark-mode using brew
brew install dark-mode
dark-mode is ready to use now!