Improve inital install of apps/settings

This commit is contained in:
Jonathan Barnes 2018-06-16 21:16:40 +01:00
parent 76aa4e9504
commit 1c711e016e
2 changed files with 31 additions and 5 deletions

9
osx.sh
View file

@ -46,6 +46,9 @@ defaults write NSGlobalDomain AppleShowAllExtensions -bool true
# Display full POSIX path as Finder window title
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true
# New Finder windows points to home
defaults write com.apple.finder NewWindowTarget -string "PfHm"
# When performing a search, search the current folder by default
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"
@ -88,6 +91,12 @@ defaults write com.apple.dock autohide -bool true
# Automatically hide the menu bar
defaults write NSGlobalDomain _HIHideMenuBar -bool true
# Show Bluetooth in the menu bar
defaults write com.apple.systemuiserver "NSStatusItem Visible com.apple.menuextra.bluetooth" -int 0
# Use a dark menu bar / dock
defaults write NSGlobalDomain AppleInterfaceStyle -string "Dark"
## Safari and Webkit
# Privacy: dont send search queries to Apple
defaults write com.apple.Safari UniversalSearchEnabled -bool false