An open API service indexing awesome lists of open source software.

https://github.com/gakimball/zsh-macos-theme

zsh plugin to toggle the macOS theme
https://github.com/gakimball/zsh-macos-theme

Last synced: 8 months ago
JSON representation

zsh plugin to toggle the macOS theme

Awesome Lists containing this project

README

          

# macos-theme

A zsh plugin that adds the `theme` command, which toggles between light and dark mode in macOS.

## Installation

This plugin requires the [lux](https://github.com/pndurette/zsh-lux) zsh plugin.

Usage with oh-my-zsh:

```
cd $ZSH_CUSTOM/plugins
git clone git@github.com:gakimball/zsh-macos-theme macos-theme
```

Add it to your plugins in `.zshrc`:

```
plugins=(macos-theme zsh-lux)
```

## License

MIT © [Geoff Kimball](https://geoffkimball.com)