Skip to content

Commit

Permalink
Init script with message
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Sep 4, 2024
1 parent 38788bb commit 46b9c29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/init-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ defaults write com.apple.WindowManager EnableStandardClickToShowDesktop -bool fa
defaults write com.apple.dock autohide -bool true
defaults write com.apple.dock autohide-delay -float 1000
defaults write com.apple.dock no-bouncing -bool true
killall Dock
killall Dock || true

echo "Init mac os done"
exit 0

0 comments on commit 46b9c29

Please sign in to comment.