From d141e2ca9f6d3f886713404e897026a0387b0990 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 30 Jul 2012 09:19:39 +0200 Subject: .osx: Use a modified version of the Pro theme in Terminal.app --- .osx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.osx') diff --git a/.osx b/.osx index b590541..c130a34 100755 --- a/.osx +++ b/.osx @@ -345,9 +345,11 @@ 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" +# Use a modified version of the Pro theme by default in Terminal.app +open "$HOME/init/Mathias.terminal" +sleep 1 # Wait a bit to make sure the theme is loaded +defaults write com.apple.Terminal "Default Window Settings" -string "Mathias" +defaults write com.apple.Terminal "Startup Window Settings" -string "Mathias" # 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 -- cgit v1.2.3