diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-07-27 17:14:40 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-07-27 17:15:28 +0200 |
commit | 772506ca2cbc9b78d46c8ab5f5a353d3eff41c49 (patch) | |
tree | ed997842bf546568bebab10d96051e3308a461db | |
parent | c03c5412fcd38aef2ccb3fd72be34fe2d557d23f (diff) | |
download | dotfiles-772506ca2cbc9b78d46c8ab5f5a353d3eff41c49.tar.gz dotfiles-772506ca2cbc9b78d46c8ab5f5a353d3eff41c49.tar.bz2 dotfiles-772506ca2cbc9b78d46c8ab5f5a353d3eff41c49.zip |
.osx: Use the Pro theme by default in Terminal.app
-rwxr-xr-x | .osx | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |