From 05642251256218b57fe7ad2f7594404303a2c150 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Mon, 20 Mar 2017 14:21:29 +0100 Subject: [PATCH] Add fix for forklift selection, ditch mail options --- install/osx.sh | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/install/osx.sh b/install/osx.sh index 4800bde..3d5521a 100755 --- a/install/osx.sh +++ b/install/osx.sh @@ -25,13 +25,6 @@ defaults write com.apple.terminal StringEncodings -array 4 defaults write com.apple.TextEdit PlainTextEncoding -int 4 defaults write com.apple.TextEdit PlainTextEncodingForWrite -int 4 -# Copy email addresses as `foo@example.com` instead of `Foo Bar ` in Mail.app -defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false - -# Disable send and reply animations in Mail.app -defaults write com.apple.mail DisableReplyAnimations -bool true -defaults write com.apple.mail DisableSendAnimations -bool true - # Disable transparency in the menu bar and elsewhere on Yosemite defaults write com.apple.universalaccess reduceTransparency -bool true @@ -117,3 +110,7 @@ defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool FALSE # dont show suggestions when typing l etc. multiple times defaults write -g ApplePressAndHoldEnabled -bool false + +# Fix forklift selection colors +defaults write com.binarynights.ForkLift-3 VividSelectionColors true +