Skip to content

Commit

Permalink
feat: update macos configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 31, 2024
1 parent 6e80ce7 commit ba2413f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ main_brew() {
# Display the time with seconds
defaults write com.apple.menuextra.clock ShowSeconds -bool false

# Set timeserver
sudo systemsetup -settimezone GMT
sudo systemsetup -setusingnetworktime on
sudo systemsetup -setnetworktimeserver pool.ntp.org

# Bluetooth
# show in menu bar = 18, true
# don't show in menu bar = 24, false
Expand Down

0 comments on commit ba2413f

Please sign in to comment.