Categorygithub.com/lkyuchukov/macmode
repositorypackage
0.1.5
Repository: https://github.com/lkyuchukov/macmode.git
Documentation: pkg.go.dev

# README

macmode

Change the theme of your Mac from the command line

Usage

# dark mode
macmode dark

# light mode
macmode light

Installation

With go:

go install github.com/lkyuchukov/macmode@latest

With Homebrew:

brew tap lkyuchukov/macmode
brew install macmode