aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-30 09:19:39 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-30 09:19:39 +0200
commitd141e2ca9f6d3f886713404e897026a0387b0990 (patch)
tree4c867dd84f887787a98fb650c332ea17cbec2583 /.osx
parentc3b50ebe469c92f1b3e6af0e080e20381106a108 (diff)
downloaddotfiles-d141e2ca9f6d3f886713404e897026a0387b0990.tar.gz
dotfiles-d141e2ca9f6d3f886713404e897026a0387b0990.tar.bz2
dotfiles-d141e2ca9f6d3f886713404e897026a0387b0990.zip
.osx: Use a modified version of the Pro theme in Terminal.app
Diffstat (limited to '.osx')
-rwxr-xr-x.osx8
1 files changed, 5 insertions, 3 deletions
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