From 772506ca2cbc9b78d46c8ab5f5a353d3eff41c49 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 27 Jul 2012 17:14:40 +0200 Subject: .osx: Use the Pro theme by default in Terminal.app --- .osx | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index c1218f1..90173b6 100755 --- a/.osx +++ b/.osx @@ -333,6 +333,10 @@ defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true # Only use UTF-8 in Terminal.app defaults write com.apple.terminal StringEncodings -array 4 +# Use the Pro theme by default in Terminal.app +defaults write com.apple.Terminal "Default Window Settings" -string "Pro" +defaults write com.apple.Terminal "Startup Window Settings" -string "Pro" + # Enable “focus follows mouse” for Terminal.app and all X11 apps # This means you can hover over a window and start typing in it without clicking first #defaults write com.apple.terminal FocusFollowsMouse -bool true -- cgit v1.2.3