We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7ce19 commit a688111Copy full SHA for a688111
2 files changed
install.sh
@@ -89,6 +89,7 @@ install() {
89
touch "$HOME/.hushlogin"
90
echo "✓ Hush login"
91
92
+ section "Configuring dock defaults..."
93
. "$INSTALLER_DIR/install/mac.sh"
94
echo "✓ Settings"
95
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