From: Nicolas Boisselier Date: Thu, 10 Nov 2016 14:05:11 +0000 (+0000) Subject: mac_config X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=fc4bd8b7fd477aea4b5173612d4f0b4faab06ec4;p=nb.git mac_config --- diff --git a/etc/profile.d/mac.sh b/etc/profile.d/mac.sh index 70113653..eb00ae71 100644 --- a/etc/profile.d/mac.sh +++ b/etc/profile.d/mac.sh @@ -53,11 +53,14 @@ echo 'Finder quit : YES' defaults write com.apple.finder QuitMenuItem -bool YES echo 'Finder show all files : FALSE' defaults write com.apple.finder AppleShowAllFiles FALSE +echo 'Date Format : EEE MMM d H.mm' +defaults write com.apple.menuextra.clock 'DateFormat' 'EEE MMM d H.mm' +killall -KILL SystemUIServer " echo "$run" read -p "Run (y)?: " r [ "$r" = "y" ] || return 1 - echo "$run" | sh + echo "$run" | sudo sh } mac_dev_shm() {