Improve inital install of apps/settings
This commit is contained in:
parent
76aa4e9504
commit
1c711e016e
2 changed files with 31 additions and 5 deletions
9
osx.sh
9
osx.sh
|
@ -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: don’t send search queries to Apple
|
||||
defaults write com.apple.Safari UniversalSearchEnabled -bool false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue