From fc4bd8b7fd477aea4b5173612d4f0b4faab06ec4 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 10 Nov 2016 14:05:11 +0000 Subject: [PATCH] mac_config --- etc/profile.d/mac.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() { -- 2.47.3