diff options
-rwxr-xr-x | .osx | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -52,9 +52,14 @@ defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true # Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo) -# Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :( +# Commented out, as this is known to cause problems when saving files in +# Adobe Illustrator CS5 :( #echo "0x08000100:0" > ~/.CFUserTextEncoding +# Reveal IP address, hostname, OS version, etc. when clicking the clock +# in the login window +sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName + ############################################################################### # Trackpad, mouse, keyboard, Bluetooth accessories, and input # ############################################################################### |