if [[ $(uname -s) = "Darwin" ]]; then if defaults read -g AppleInterfaceStyle > /dev/null 2>&1; then export macos_interface_style=Dark else export macos_interface_style=Light fi fi