aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-02 19:41:30 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-02 19:41:30 +0200
commit7bbbe8dd78a2f2b66ce6de8e43a4628a7197dbab (patch)
tree63553d1280c8a9f2e334c5aede92ad1935fe95ab /.osx
parent4267ea9582e3bac8ad70cae1048eedbbe367090e (diff)
downloaddotfiles-7bbbe8dd78a2f2b66ce6de8e43a4628a7197dbab.tar.gz
dotfiles-7bbbe8dd78a2f2b66ce6de8e43a4628a7197dbab.tar.bz2
dotfiles-7bbbe8dd78a2f2b66ce6de8e43a4628a7197dbab.zip
.osx: Reveal IP address, hostname, OS version, etc. when clicking the clock in the login window
Diffstat (limited to '.osx')
-rwxr-xr-x.osx7
1 files changed, 6 insertions, 1 deletions
diff --git a/.osx b/.osx
index 7881ca5..0c40f4d 100755
--- a/.osx
+++ b/.osx
@@ -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 #
###############################################################################