Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .macos
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ defaults write com.apple.helpviewer DevMode -bool true
# in the login window
sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName

# Show date and time in the menu bar
defaults write com.apple.menuextra.clock "DateFormat" "EEE MMM d H.mm"

# Disable Notification Center and remove the menu bar icon
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2> /dev/null

Expand Down