Skip to content

Commit 5b07518

Browse files
committed
Clear Dock apps and folders on install
1 parent ad7ce19 commit 5b07518

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

install/mac.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ defaults write com.apple.dock orientation -string "right"
66
defaults write com.apple.dock autohide -bool true
77
defaults write com.apple.dock tilesize -int 43
88

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+
913
# Normal (non-natural) scroll direction
1014
defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false
1115

0 commit comments

Comments
 (0)