diff --git a/.osx b/.osx index 84fb023..0d31cf5 100644 --- a/.osx +++ b/.osx @@ -6,6 +6,8 @@ # 10.9.2), and sets up preferences and configurations for all the built-in # services and apps. Third-party app config should be done elsewhere. # +# @see: http://secrets.blacktree.com/?showapp=com.apple.finder +# # @author Jeff Geerling, 2014 # Based on .osx file from https://github.com/mathiasbynens/dotfiles. @@ -50,6 +52,9 @@ defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false # Disable smart dashes as they’re annoying when typing code defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false +# Set background to dark-grey color +sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set value = '/Library/Desktop Pictures/Solid Colors/Solid Gray Dark.png'" + ############################################################################### # SSD-specific tweaks # ###############################################################################