diff options
author | Sindre Sorhus <sindresorhus@gmail.com> | 2015-05-25 18:50:54 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-05-26 08:41:08 +0200 |
commit | 3a47ebe1faf72222b1915853a3ce093ac8908853 (patch) | |
tree | 26d43a1bd4e91f3cc736cd4ddf90bd12e9c82ada | |
parent | 605a0102aa4f5c8c680f2e41c13a2783d96ed3f6 (diff) | |
download | dotfiles-3a47ebe1faf72222b1915853a3ce093ac8908853.tar.gz dotfiles-3a47ebe1faf72222b1915853a3ce093ac8908853.tar.bz2 dotfiles-3a47ebe1faf72222b1915853a3ce093ac8908853.zip |
brew.sh: Add `dark-mode`
For toggling Dark Mode from the command-line.
https://github.com/sindresorhus/dark-mode
Closes #545.
-rwxr-xr-x | brew.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ brew install xz # Install other useful binaries. brew install ack +brew install dark-mode #brew install exiv2 brew install git brew install git-lfs |