We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7ce19 commit 5b07518Copy full SHA for 5b07518
1 file changed
install/mac.sh
@@ -6,6 +6,10 @@ defaults write com.apple.dock orientation -string "right"
6
defaults write com.apple.dock autohide -bool true
7
defaults write com.apple.dock tilesize -int 43
8
9
+# Clear all apps and folders from the Dock
10
+defaults write com.apple.dock persistent-apps -array
11
+defaults write com.apple.dock persistent-others -array
12
+
13
# Normal (non-natural) scroll direction
14
defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false
15
0 commit comments