mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 16:26:31 +00:00
10 lines
149 B
Bash
Executable File
10 lines
149 B
Bash
Executable File
#! /bin/sh
|
|
|
|
osascript <<EOF
|
|
tell application "System Events"
|
|
tell appearance preferences
|
|
set dark mode to true
|
|
end tell
|
|
end tell
|
|
EOF
|