Skip to content

Instantly share code, notes, and snippets.

@brentvatne
Created December 11, 2014 20:57
Show Gist options
  • Save brentvatne/632041136e2fb40527ee to your computer and use it in GitHub Desktop.
Save brentvatne/632041136e2fb40527ee to your computer and use it in GitHub Desktop.
dock.sh
#/bin/sh
defaults write NSGlobalDomain AppleInterfaceStyle Dark
killall Dock
sleep 3
defaults remove NSGlobalDomain AppleInterfaceStyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment