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
- Host: GitHub
- URL: https://github.com/gakimball/zsh-macos-theme
- Owner: gakimball
- License: mit
- Created: 2023-05-29T07:21:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T07:22:01.000Z (over 2 years ago)
- Last Synced: 2025-01-19T06:27:48.392Z (10 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - macos-theme - Adds the theme command, which toggles between light and dark mode in macOS. Requires [lux](https://github.com/pndurette/zsh-lux) plugin. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - macos-theme - Adds the theme command, which toggles between light and dark mode in macOS. Requires <b><code> 35⭐</code></b> <b><code> 3🍴</code></b> [lux](https://github.com/pndurette/zsh-lux)) plugin. (Plugins / ZSH on Windows)
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)