From 9471a6347556b62dd46278ad3cef11ce7c00d818 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 12 Dec 2022 11:16:20 +0200 Subject: [PATCH] Better defaults, removed old .gitignore lines --- config/git/gitignore | 9 --------- scripts/set-defaults.sh | 8 ++++---- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/config/git/gitignore b/config/git/gitignore index 78e5aab..88952aa 100644 --- a/config/git/gitignore +++ b/config/git/gitignore @@ -13,15 +13,6 @@ _theme *.sql.gz *.WordPress.*.xml cachegrind.out.* -client-*.json composer.phar -devops/.infra_ip_cache wp_*.sh - -redirectRules.csv -results_redirectRules.csv -testRedirect.sh - -uploads-webpc -webpc-passthru.php auth.json diff --git a/scripts/set-defaults.sh b/scripts/set-defaults.sh index 774717c..36af3f9 100755 --- a/scripts/set-defaults.sh +++ b/scripts/set-defaults.sh @@ -125,9 +125,9 @@ defaults write com.apple.screensaver askForPasswordDelay -int 0 defaults write com.apple.finder NewWindowTarget -string "PfDe" defaults write com.apple.finder NewWindowTargetPath -string "file://${HOME}/Desktop/" -# Show icons for hard drives, servers, and removable media on the desktop +# Show icons for external hard drives, servers, and removable media on the desktop defaults write com.apple.finder ShowExternalHardDrivesOnDesktop -bool true -defaults write com.apple.finder ShowHardDrivesOnDesktop -bool true +defaults write com.apple.finder ShowHardDrivesOnDesktop -bool false defaults write com.apple.finder ShowMountedServersOnDesktop -bool true defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true @@ -194,8 +194,8 @@ defaults write com.apple.screencapture "name" -string "screenshot" # Prevent applications from bouncing in Dock defaults write com.apple.dock no-bouncing -bool true -# Set the icon size of Dock items to 72 pixels -defaults write com.apple.dock tilesize -int 72 +# Set the icon size of Dock items to 30 pixels +defaults write com.apple.dock tilesize -int 30 # Hide indicator lights for open applications in the Dock defaults write com.apple.dock show-process-indicators -bool false