Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 470 Bytes

File metadata and controls

24 lines (15 loc) · 470 Bytes

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 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