1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-10 23:36:24 +00:00

10 lines
149 B
Plaintext
Raw Normal View History

#! /bin/sh
osascript <<EOF
tell application "System Events"
tell appearance preferences
set dark mode to true
end tell
end tell
EOF