mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
Remove comments for mac setup
This commit is contained in:
parent
815d968302
commit
7756526916
@ -3,17 +3,17 @@
|
|||||||
echo "Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)"
|
echo "Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)"
|
||||||
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
|
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
|
||||||
|
|
||||||
# echo "Enable subpixel font rendering on non-Apple LCDs"
|
echo "Enable subpixel font rendering on non-Apple LCDs"
|
||||||
# defaults write NSGlobalDomain AppleFontSmoothing -int 2
|
defaults write NSGlobalDomain AppleFontSmoothing -int 2
|
||||||
|
|
||||||
# echo "Automatically show and hide the dock"
|
echo "Do NOT automatically show and hide the dock"
|
||||||
# defaults write com.apple.dock autohide -bool true
|
defaults write com.apple.dock autohide -bool false
|
||||||
|
|
||||||
echo "Make Dock icons of hidden applications translucent"
|
echo "Make Dock icons of hidden applications translucent"
|
||||||
defaults write com.apple.dock showhidden -bool true
|
defaults write com.apple.dock showhidden -bool true
|
||||||
|
|
||||||
# echo "Show all filename extensions in Finder"
|
echo "Do NOT show all filename extensions in Finder"
|
||||||
# defaults write NSGlobalDomain AppleShowAllExtensions -bool true
|
defaults write NSGlobalDomain AppleShowAllExtensions -bool false
|
||||||
|
|
||||||
echo "Use current directory as default search scope in Finder"
|
echo "Use current directory as default search scope in Finder"
|
||||||
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"
|
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"
|
||||||
@ -60,8 +60,8 @@ defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
|
|||||||
echo "Disable the warning before emptying the Trash"
|
echo "Disable the warning before emptying the Trash"
|
||||||
defaults write com.apple.finder WarnOnEmptyTrash -bool false
|
defaults write com.apple.finder WarnOnEmptyTrash -bool false
|
||||||
|
|
||||||
# echo "Enable tap to click (Trackpad)"
|
echo "Disable tap to click (Trackpad)"
|
||||||
# defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true
|
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool false
|
||||||
|
|
||||||
echo "Enable Safari’s debug menu"
|
echo "Enable Safari’s debug menu"
|
||||||
defaults write com.apple.Safari IncludeInternalDebugMenu -bool true
|
defaults write com.apple.Safari IncludeInternalDebugMenu -bool true
|
||||||
@ -86,6 +86,10 @@ echo "Set dock size"
|
|||||||
defaults write com.apple.dock largesize -int 48
|
defaults write com.apple.dock largesize -int 48
|
||||||
defaults write com.apple.dock tilesize -int 44
|
defaults write com.apple.dock tilesize -int 44
|
||||||
|
|
||||||
|
echo "Turn on Scroll Reverser"
|
||||||
|
open /Applications/Scroll\ Reverser.app
|
||||||
|
osascript -e 'tell application "System Events" to make login item at end with properties {path:"/Applications/Scroll Reverser.app", hidden:false}'
|
||||||
|
|
||||||
# echo "Allow apps from anywhere"
|
# echo "Allow apps from anywhere"
|
||||||
# sudo spctl --master-disable
|
# sudo spctl --master-disable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user